Web Site

org.codehaus.janino.tools
Interface JGrep.MethodInvocationPredicate

Enclosing class:
JGrep

public static interface JGrep.MethodInvocationPredicate


Method Summary
 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
Throws:
java.lang.Exception

Web Site