AbstractCodeMember |
A signature control flow graph, that has no graph implementation but just its
signature.
Note that this class does not implement Object.equals(Object) nor
Object.hashCode() since all cfgs are unique.
|
CFG |
A control flow graph with an implementation, that has Statement s as
nodes and Edge s as edges.
Note that this class does not implement Object.equals(Object) nor
Object.hashCode() since all cfgs are unique.
|
CodeMemberDescriptor |
A descriptor of a CodeMember , containing the debug informations
(source file, line, column) as well as metadata.
|
NativeCFG |
A native cfg, representing a cfg that is usually provided by the runtime of
the programming language.
|
Parameter |
A CFG parameter identified by its name and its type, containing the
information about the source file, line and column where the parameter is
defined.
|
VariableTableEntry |
An entry in the variable table representing a CFG variable identified by its
index, containing the information about the source file, line and column
where the variable is defined.
|