Package com.togethersoft.sca.dataflow.flowgraph

Interface Summary
IBasicBlock Basic Block for Control Flow Graph.
IConstantVal The constant value in the program
IControlFlowGraph Control Flow Graph for method
IDataFlowGraph Data Flow Graph for a method.
IJavaLoop interface for Object representing Java loop
ITempVariable Temporary variable.
ITuple Instruction for intermediate representation
ITupleSet Represents a set of tuples.
IUserVariable User Defined Variable --- variable defined in the source code of program
IVal Generic value.
IValueTable Dictionary of all variables and constants in a program
IVar Variable in the internal program representation