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, transformpublic static CallGraphGrapher v()
protected void internalTransform(java.lang.String phaseName,
java.util.Map options)
SceneTransformerinternalTransform in class SceneTransformerpublic void reset()
public void handleNextMethod()
public void setNextMethod(SootMethod m)
public SootMethod getNextMethod()
public void setShowLibMeths(boolean b)
public boolean isShowLibMeths()