soot
Class UnknownMethodSource
java.lang.Object
soot.UnknownMethodSource
- All Implemented Interfaces:
- MethodSource
public class UnknownMethodSource
- extends Object
- implements MethodSource
A MethodSource for methods that don't know where to get Body's from.
- See Also:
JimpleMethodSource
,
CoffiMethodSource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getBody
public Body getBody(SootMethod m,
String phaseName)
- Description copied from interface:
MethodSource
- Returns a filled-out body for the given SootMethod.
- Specified by:
getBody
in interface MethodSource