Class | Description |
---|---|
AltClassLoader |
A
ClassLoader that loads specified classes from a
different class path than that given by the value of
java.class.path in System.getProperties() . |
CFGGraphType |
An enumeration type for representing the varieties of control
flow graph available, for use in tools that compare or display
CFGs.
|
CFGIntermediateRep |
An enumeration type for representing the varieties of intermediate
representation available, for use in tools that compare or display
control flow graphs.
|
CFGOptionMatcher |
A class used by CFG utilities that need to match different option
strings with classes that implement those options.
|
CFGOptionMatcher.CFGOption |
The type stored within a
CFGOptionMatcher . |
CFGToDotGraph |
Class that creates a
DotGraph visualization
of a control flow graph. |