soot.javaToJimple
Class AnonClassInitMethodSource
java.lang.Object
soot.javaToJimple.AnonClassInitMethodSource
- All Implemented Interfaces:
- MethodSource
- public class AnonClassInitMethodSource
- extends java.lang.Object
- implements MethodSource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnonClassInitMethodSource
public AnonClassInitMethodSource()
setFinalLocals
public void setFinalLocals(java.util.ArrayList list)
setFieldList
public void setFieldList(java.util.ArrayList list)
getBody
public Body getBody(SootMethod sootMethod,
java.lang.String phaseName)
- Description copied from interface:
MethodSource
- Returns a filled-out body for the given SootMethod.
- Specified by:
getBody
in interface MethodSource
outerClassType
public Type outerClassType()
outerClassType
public void outerClassType(Type type)