Package chord.program

Program representation.

See:
          Description

Class Summary
CFGLoopFinder Inference of all loops in a control-flow graph.
CHA Class Hierarchy Analysis algorithm for computing program scope (reachable classes and methods).
ClassHierarchy Class hierarchy implementation.
DynamicBuilder  
LoadedClassesInstrumentor Bytecode instrumentor for determining all loaded classes.
Location Representation of the location of a statement.
MethodElem Representation of the unique identifier of any bytecode instruction in any method in the program.
MethodSign Representation of the unique identifier of any field or method in the program.
PhantomClsVal  
PhantomObjVal  
Program Quadcode intermediate representation of a Java program.
QuadToJasmin  
Reflect  
RTA Rapid Type Analysis algorithm for computing program scope (reachable classes and methods).
 

Enum Summary
TypeKind  
 

Package chord.program Description

Program representation.