|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectabc.soot.util.MethodAccessorMethodSource
public class MethodAccessorMethodSource
Constructor Summary | |
---|---|
MethodAccessorMethodSource(MethodInstance mi,
soot.SootClass receiver)
Constructs a MethodAccessorMethodSource object. |
Method Summary | |
---|---|
soot.Body |
getBody(soot.SootMethod sootMethod,
java.lang.String phaseName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MethodAccessorMethodSource(MethodInstance mi, soot.SootClass receiver)
mi
- The method instance that this is supposed to dispatch to.receiver
- The RefType of the class it should apply to (the ThisRef is extracted from here),
or null
if the method is static.Method Detail |
---|
public soot.Body getBody(soot.SootMethod sootMethod, java.lang.String phaseName)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |