soot.jimple
Class JimpleMethodSource

java.lang.Object
  |
  +--soot.jimple.JimpleMethodSource
All Implemented Interfaces:
MethodSource

public class JimpleMethodSource
extends java.lang.Object
implements MethodSource


Constructor Summary
JimpleMethodSource(JimpleAST aJimpleAST)
           
 
Method Summary
 Body getBody(SootMethod m, java.lang.String phaseName)
          Returns a filled-out body for the given SootMethod.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JimpleMethodSource

public JimpleMethodSource(JimpleAST aJimpleAST)
Method Detail

getBody

public Body getBody(SootMethod m,
                    java.lang.String phaseName)
Description copied from interface: MethodSource
Returns a filled-out body for the given SootMethod.

Specified by:
getBody in interface MethodSource