Package | Description |
---|---|
soot.util.cfgcmd |
Modifier and Type | Class and Description |
---|---|
class |
CFGGraphType
An enumeration type for representing the varieties of control
flow graph available, for use in tools that compare or display
CFGs.
|
class |
CFGIntermediateRep
An enumeration type for representing the varieties of intermediate
representation available, for use in tools that compare or display
control flow graphs.
|
Modifier and Type | Method and Description |
---|---|
CFGOptionMatcher.CFGOption |
CFGOptionMatcher.match(String quarry)
Searches the options in this
CFGOptionMatcher
looking for one whose name begins with the passed string
(ignoring the case of letters in the string). |
CFGOptionMatcher.CFGOption |
CFGOptionMatcher.match(String quarry)
Searches the options in this
CFGOptionMatcher
looking for one whose name begins with the passed string
(ignoring the case of letters in the string). |
Constructor and Description |
---|
CFGOptionMatcher(CFGOptionMatcher.CFGOption[] options)
Creates a CFGOptionMatcher.
|
CFGOptionMatcher(CFGOptionMatcher.CFGOption[] options)
Creates a CFGOptionMatcher.
|