static class FieldAccess.ProceedForRead extends java.lang.Object implements ProceedHandler
Modifier and Type | Field and Description |
---|---|
(package private) CtClass |
fieldType |
(package private) int |
index |
(package private) int |
opcode |
(package private) int |
targetVar |
Constructor and Description |
---|
ProceedForRead(CtClass type,
int op,
int i,
int var) |
Modifier and Type | Method and Description |
---|---|
void |
doit(JvstCodeGen gen,
Bytecode bytecode,
ASTList args) |
void |
setReturnType(JvstTypeChecker c,
ASTList args) |
CtClass fieldType
int opcode
int targetVar
int index
ProceedForRead(CtClass type, int op, int i, int var)
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