Uses of Class
soot.util.cfgcmd.CFGOptionMatcher.CFGOption

Packages that use CFGOptionMatcher.CFGOption
soot.util.cfgcmd   
 

Uses of CFGOptionMatcher.CFGOption in soot.util.cfgcmd
 

Subclasses of CFGOptionMatcher.CFGOption in soot.util.cfgcmd
 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.
 

Methods in soot.util.cfgcmd that return CFGOptionMatcher.CFGOption
 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).
 

Constructors in soot.util.cfgcmd with parameters of type CFGOptionMatcher.CFGOption
CFGOptionMatcher(CFGOptionMatcher.CFGOption[] options)
          Creates a CFGOptionMatcher.
CFGOptionMatcher(CFGOptionMatcher.CFGOption[] options)
          Creates a CFGOptionMatcher.