public class CallGraphGrapher extends SceneTransformer
Constructor and Description |
---|
CallGraphGrapher(Singletons.Global g) |
Modifier and Type | Method and Description |
---|---|
SootMethod |
getNextMethod() |
void |
handleNextMethod() |
protected void |
internalTransform(java.lang.String phaseName,
java.util.Map options)
Performs the transformation on the Scene, under the given phaseName and with the given Options.
|
boolean |
isShowLibMeths() |
void |
reset() |
void |
setNextMethod(SootMethod m) |
void |
setShowLibMeths(boolean b) |
static CallGraphGrapher |
v() |
transform, transform, transform
public static CallGraphGrapher v()
protected void internalTransform(java.lang.String phaseName, java.util.Map options)
SceneTransformer
internalTransform
in class SceneTransformer
public void reset()
public void handleNextMethod()
public void setNextMethod(SootMethod m)
public SootMethod getNextMethod()
public void setShowLibMeths(boolean b)
public boolean isShowLibMeths()