Package javassist.compiler
Interface ProceedHandler
- All Known Implementing Classes:
Cast.ProceedForCast
,FieldAccess.ProceedForRead
,FieldAccess.ProceedForWrite
,Instanceof.ProceedForInstanceof
,NewArray.ProceedForArray
,NewExpr.ProceedForNew
public interface ProceedHandler
An interface to an object for implementing $proceed().
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doit
(JvstCodeGen gen, Bytecode b, ASTList args) void
setReturnType
(JvstTypeChecker c, ASTList args)
-
Method Details
-
doit
- Throws:
CompileError
-
setReturnType
- Throws:
CompileError
-