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 TypeMethodDescriptionvoiddoit(JvstCodeGen gen, Bytecode bytecode, ASTList args, int lineNumber) voidsetReturnType(JvstTypeChecker c, ASTList args, int lineNumber)
-
Field Details
-
index
int index
-
-
Constructor Details
-
ProceedForInstanceof
ProceedForInstanceof(int i)
-
-
Method Details
-
doit
public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args, int lineNumber) throws CompileError - Specified by:
doitin interfaceProceedHandler- Throws:
CompileError
-
setReturnType
- Specified by:
setReturnTypein interfaceProceedHandler- Throws:
CompileError
-