static class NewArray.ProceedForArray extends java.lang.Object implements ProceedHandler
Modifier and Type | Field and Description |
---|---|
(package private) CtClass |
arrayType |
(package private) int |
dimension |
(package private) int |
index |
(package private) int |
opcode |
Constructor and Description |
---|
ProceedForArray(CtClass type,
int op,
int i,
int dim) |
Modifier and Type | Method and Description |
---|---|
void |
doit(JvstCodeGen gen,
Bytecode bytecode,
ASTList args) |
void |
setReturnType(JvstTypeChecker c,
ASTList args) |
CtClass arrayType
int opcode
int index
int dimension
ProceedForArray(CtClass type, int op, int i, int dim)
public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) throws CompileError
doit
in interface ProceedHandler
CompileError
public void setReturnType(JvstTypeChecker c, ASTList args) throws CompileError
setReturnType
in interface ProceedHandler
CompileError