Web Site

org.codehaus.janino.tools
Interface JGrep.MethodInvocationAction

Enclosing class:
JGrep

public static interface JGrep.MethodInvocationAction


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

Method Detail

execute

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

Web Site