soot.util.cfgcmd |
|
Java Source File Name | Type | Comment |
AltClassLoader.java | Class | A
ClassLoader that loads specified classes from a
different class path than that given by the value of
java.class.path in
System.getProperties .
This class is part of Soot's test infrastructure. |
CFGGraphType.java | Class | An enumeration type for representing the varieties of control
flow graph available, for use in tools that compare or display
CFGs. |
CFGIntermediateRep.java | Class | An enumeration type for representing the varieties of intermediate
representation available, for use in tools that compare or display
control flow graphs. |
CFGOptionMatcher.java | Class | A class used by CFG utilities that need to match different option
strings with classes that implement those options. |
CFGToDotGraph.java | Class | Class that creates a
DotGraph visualization
of a control flow graph. |