soot
Class JavaToJimpleBodyPack
java.lang.Object
soot.Pack
soot.BodyPack
soot.JavaToJimpleBodyPack
- All Implemented Interfaces:
- HasPhaseOptions
public class JavaToJimpleBodyPack
- extends BodyPack
A wrapper object for a pack of optimizations.
Provides chain-like operations, except that the key is the phase name.
This is a specific one for the very messy jb phase.
Methods inherited from class soot.Pack |
add, apply, apply, get, getDeclaredOptions, getDefaultOptions, getPhaseName, insertAfter, insertBefore, internalApply, iterator |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaToJimpleBodyPack
public JavaToJimpleBodyPack()
internalApply
protected void internalApply(Body b)
- Overrides:
internalApply
in class BodyPack