Package org.codehaus.janino.tools
Interface JGrep.MethodInvocationAction
-
- Enclosing class:
- JGrep
static interface JGrep.MethodInvocationAction
An entity that does something with a method invocation, e.g. report where it occurred.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(UnitCompiler uc, Java.Invocation invocation, IClass.IMethod method)
Executes some action for a method invocation.
-
-
-
Method Detail
-
execute
void execute(UnitCompiler uc, Java.Invocation invocation, IClass.IMethod method) throws java.lang.Exception
Executes some action for a method invocation.- Throws:
java.lang.Exception
-
-