Package org.codehaus.janino.tools
Interface JGrep.MethodInvocationPredicate
-
- Enclosing class:
- JGrep
static interface JGrep.MethodInvocationPredicate
A predicate that examines a method invocation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
evaluate(UnitCompiler uc, Java.Invocation invocation, IClass.IMethod method)
-
-
-
Method Detail
-
evaluate
boolean evaluate(UnitCompiler uc, Java.Invocation invocation, IClass.IMethod method) throws java.lang.Exception
- Returns:
- Whether the method incovation met some criterion
- Throws:
java.lang.Exception
-
-