soot.util.cfgcmd
Class CFGOptionMatcher.CFGOption

java.lang.Object
  extended by soot.util.cfgcmd.CFGOptionMatcher.CFGOption
Direct Known Subclasses:
CFGGraphType, CFGIntermediateRep
Enclosing class:
CFGOptionMatcher

public abstract static class CFGOptionMatcher.CFGOption
extends Object

The type stored within a CFGOptionMatcher. Options to be stored in a CFGOptionMatcher must extend this class.


Constructor Summary
protected CFGOptionMatcher.CFGOption(String name)
           
 
Method Summary
 String name()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CFGOptionMatcher.CFGOption

protected CFGOptionMatcher.CFGOption(String name)
Method Detail

name

public String name()