soot
Interface MethodSource

All Known Implementing Classes:
AnonClassInitMethodSource, AssertClassMethodSource, ClassLiteralMethodSource, CoffiMethodSource, JimpleMethodSource, PolyglotMethodSource, PrivateFieldAccMethodSource, PrivateFieldSetMethodSource, PrivateMethodAccMethodSource, ShimpleMethodSource, UnknownMethodSource

public interface MethodSource

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


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

Method Detail

getBody

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