classUtils.javassist.compiler
Interface ProceedHandler


public interface ProceedHandler

An interface to an object for implementing $proceed().

See Also:
JvstCodeGen.setProceedHandler(ProceedHandler, String), JvstCodeGen.atMethodCall(Expr)

Method Summary
 void doit(JvstCodeGen gen, Bytecode b, ASTList args)
           
 

Method Detail

doit

void doit(JvstCodeGen gen,
          Bytecode b,
          ASTList args)
          throws CompileError
Throws:
CompileError