soot
Interface MethodSource

All Known Implementing Classes:
UnknownMethodSource, CoffiMethodSource, JimpleMethodSource

public interface MethodSource

A class which knows how to produce Body's for SootMethods.


Method Summary
 Body getBody(SootMethod m, java.lang.String phaseName)
          Returns a filled-out body for the given SootMethod.
 

Method Detail

getBody

public Body getBody(SootMethod m,
                    java.lang.String phaseName)
Returns a filled-out body for the given SootMethod.