public class MethInfo
extends java.lang.Object
Constructor and Description |
---|
MethInfo(SootMethod meth,
boolean b,
Kind kind) |
Modifier and Type | Method and Description |
---|---|
boolean |
canExpandCollapse() |
void |
canExpandCollapse(boolean b) |
Kind |
edgeKind() |
void |
edgeKind(Kind kind) |
SootMethod |
method() |
void |
method(SootMethod m) |
public MethInfo(SootMethod meth, boolean b, Kind kind)
public Kind edgeKind()
public void edgeKind(Kind kind)
public boolean canExpandCollapse()
public void canExpandCollapse(boolean b)
public SootMethod method()
public void method(SootMethod m)