Class LazyJimpleMethodSource

java.lang.Object
sootup.jimple.frontend.LazyJimpleMethodSource
All Implemented Interfaces:
BodySource

public class LazyJimpleMethodSource extends Object implements BodySource
A BodySource implementation that lazily resolves method bodies from Jimple AST. Similar to AsmMethodSource, this class stores the parsing context and only constructs the Body when resolveBody() is called.