soot
Class PackManager
java.lang.Object
soot.PackManager
- public class PackManager
- extends Object
Manages the Packs containing the various phases and their options.
Constructor Summary |
PackManager(soot.Singletons.Global g)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PackManager
public PackManager(soot.Singletons.Global g)
onlyStandardPacks
public boolean onlyStandardPacks()
v
public static PackManager v()
hasPack
public boolean hasPack(String phaseName)
getPack
public Pack getPack(String phaseName)
hasPhase
public boolean hasPhase(String phaseName)
getPhase
public HasPhaseOptions getPhase(String phaseName)
getTransform
public Transform getTransform(String phaseName)
allPacks
public Collection allPacks()
runPacks
public void runPacks()
runBodyPacks
public void runBodyPacks()
writeOutput
public void writeOutput()