Web Site

org.codehaus.janino.tools
Interface JGrep.MethodInvocationPredicate

Enclosing interface:
JGrep

public static interface JGrep.MethodInvocationPredicate


Method Summary
 boolean evaluate(UnitCompiler uc, Java.Invocation invocation, IClass.IMethod method)
           
 

Method Detail

evaluate

public boolean evaluate(UnitCompiler uc,
                        Java.Invocation invocation,
                        IClass.IMethod method)
                 throws java.lang.Exception
Throws:
java.lang.Exception

Web Site