Package javassist.expr
Class Instanceof.ProceedForInstanceof
java.lang.Object
javassist.expr.Instanceof.ProceedForInstanceof
- All Implemented Interfaces:
ProceedHandler
- Enclosing class:
Instanceof
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
doit
(JvstCodeGen gen, Bytecode bytecode, ASTList args) void
setReturnType
(JvstTypeChecker c, ASTList args)
-
Field Details
-
index
int index
-
-
Constructor Details
-
ProceedForInstanceof
ProceedForInstanceof(int i)
-
-
Method Details
-
doit
- Specified by:
doit
in interfaceProceedHandler
- Throws:
CompileError
-
setReturnType
- Specified by:
setReturnType
in interfaceProceedHandler
- Throws:
CompileError
-