public interface IMethodCodeAnalyzer
Modifier and Type | Method and Description |
---|---|
void |
analyzeMethod(org.apache.bcel.classfile.Method method,
java.util.function.Consumer<MethodInvocationInformation> callback)
Analysis the given method and invokes the given callback
for any found element.
|
void |
init(org.apache.bcel.classfile.JavaClass javaClass)
Resets and initializes the analyzer for a new class.
|
boolean |
isRelevant()
Returns true if this method code analyzer is relevant
for the underlying Java class.
|
void init(org.apache.bcel.classfile.JavaClass javaClass)
boolean isRelevant()
void analyzeMethod(org.apache.bcel.classfile.Method method, java.util.function.Consumer<MethodInvocationInformation> callback)