soot.jimple.toolkits.callgraph
Class CHATransformer
java.lang.Object
soot.Transformer
soot.SceneTransformer
soot.jimple.toolkits.callgraph.CHATransformer
public class CHATransformer
- extends SceneTransformer
Builds an invoke graph using Class Hierarchy Analysis.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CHATransformer
public CHATransformer(Singletons.Global g)
v
public static CHATransformer v()
internalTransform
protected void internalTransform(String phaseName,
Map opts)
- Description copied from class:
SceneTransformer
- Performs the transformation on the Scene, under the given phaseName and with the given Options.
- Specified by:
internalTransform
in class SceneTransformer