Interface ProceedHandler
-
public interface ProceedHandlerAn interface to an object for implementing $proceed().- See Also:
javassist.compiler.JvstCodeGen#setProceedHandler(ProceedHandler, String)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoit(JvstCodeGen gen, Bytecode b, ASTList args)voidsetReturnType(JvstTypeChecker c, ASTList args)
-
-
-
Method Detail
-
doit
void doit(JvstCodeGen gen, Bytecode b, ASTList args) throws CompileError
- Throws:
CompileError
-
setReturnType
void setReturnType(JvstTypeChecker c, ASTList args) throws CompileError
- Throws:
CompileError
-
-