Package javassist.expr
Class Instanceof.ProceedForInstanceof
- java.lang.Object
-
- javassist.expr.Instanceof.ProceedForInstanceof
-
- All Implemented Interfaces:
ProceedHandler
- Enclosing class:
- Instanceof
static class Instanceof.ProceedForInstanceof extends java.lang.Object implements ProceedHandler
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intindex
-
Constructor Summary
Constructors Constructor Description ProceedForInstanceof(int i)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoit(JvstCodeGen gen, Bytecode bytecode, ASTList args)voidsetReturnType(JvstTypeChecker c, ASTList args)
-
-
-
Method Detail
-
doit
public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) throws CompileError
- Specified by:
doitin interfaceProceedHandler- Throws:
CompileError
-
setReturnType
public void setReturnType(JvstTypeChecker c, ASTList args) throws CompileError
- Specified by:
setReturnTypein interfaceProceedHandler- Throws:
CompileError
-
-