Web Site

org.codehaus.janino.tools
Interface JGrep.MethodInvocationAction

Enclosing interface:
JGrep

public static interface JGrep.MethodInvocationAction


Method Summary
 void execute(UnitCompiler uc, Java.Invocation invocation, IClass.IMethod method)
           
 

Method Detail

execute

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

Web Site