Package chord.project

Project representation.

See:
          Description

Interface Summary
ICtrlCollection  
IDataCollection  
IStepCollection  
ITask Specification of an analysis.
 

Class Summary
AbstractStepCollection  
Boot Entry point of Chord before JVM settings are resolved.
ChordAnnotParser Parser for Chord annotations on classes defining program analyses.
ClassicProject A Chord project comprising a set of tasks and a set of targets produced/consumed by those tasks.
Config System properties recognized by Chord.
DefaultCtrlCollection  
DefaultDataCollection  
Main Entry point of Chord after JVM settings are resolved.
Messages Utility for logging messages during Chord's execution.
ModernProject A Chord project comprising a set of tasks and a set of targets produced/consumed by those tasks.
OutDirUtils Common operations on files in the directory specified by system property chord.out.dir to which Chord outputs all files.
Project A Chord project comprising a set of tasks and a set of targets produced/consumed by those tasks.
StepCollectionForStatelessTask  
StepCollectionForTaskWithState  
TaskParser A Chord project comprising a set of tasks and a set of targets produced/consumed by those tasks.
TrgtInfo  
TrgtParser  
VisitorHandler Utility for registering and executing a set of tasks as visitors over program representation.
 

Annotation Types Summary
Chord Annotation on a class defining a Java task.
 

Package chord.project Description

Project representation.