soot.jimple.toolkits.annotation.callgraph
Class MethInfo

java.lang.Object
  extended by soot.jimple.toolkits.annotation.callgraph.MethInfo

public class MethInfo
extends Object


Constructor Summary
MethInfo(SootMethod meth, boolean b, Kind kind)
           
 
Method Summary
 boolean canExpandCollapse()
           
 void canExpandCollapse(boolean b)
           
 Kind edgeKind()
           
 void edgeKind(Kind kind)
           
 SootMethod method()
           
 void method(SootMethod m)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethInfo

public MethInfo(SootMethod meth,
                boolean b,
                Kind kind)
Method Detail

edgeKind

public Kind edgeKind()

edgeKind

public void edgeKind(Kind kind)

canExpandCollapse

public boolean canExpandCollapse()

canExpandCollapse

public void canExpandCollapse(boolean b)

method

public SootMethod method()

method

public void method(SootMethod m)