Package javassist.expr
Class NewArray.ProceedForArray
java.lang.Object
javassist.expr.NewArray.ProceedForArray
- All Implemented Interfaces:
ProceedHandler
- Enclosing class:
NewArray
-
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
-
arrayType
CtClass arrayType -
opcode
int opcode -
index
int index -
dimension
int dimension
-
-
Constructor Details
-
ProceedForArray
ProceedForArray(CtClass type, int op, int i, int dim)
-
-
Method Details
-
doit
- Specified by:
doit
in interfaceProceedHandler
- Throws:
CompileError
-
setReturnType
- Specified by:
setReturnType
in interfaceProceedHandler
- Throws:
CompileError
-