Package javassist.expr
Class FieldAccess.ProceedForRead
- java.lang.Object
-
- javassist.expr.FieldAccess.ProceedForRead
-
- All Implemented Interfaces:
ProceedHandler
- Enclosing class:
- FieldAccess
static class FieldAccess.ProceedForRead extends java.lang.Object implements ProceedHandler
-
-
Constructor Summary
Constructors Constructor Description ProceedForRead(CtClass type, int op, int i, int var)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doit(JvstCodeGen gen, Bytecode bytecode, ASTList args)
void
setReturnType(JvstTypeChecker c, ASTList args)
-
-
-
Field Detail
-
fieldType
CtClass fieldType
-
opcode
int opcode
-
targetVar
int targetVar
-
index
int index
-
-
Constructor Detail
-
ProceedForRead
ProceedForRead(CtClass type, int op, int i, int var)
-
-
Method Detail
-
doit
public void doit(JvstCodeGen gen, Bytecode bytecode, ASTList args) throws CompileError
- Specified by:
doit
in interfaceProceedHandler
- Throws:
CompileError
-
setReturnType
public void setReturnType(JvstTypeChecker c, ASTList args) throws CompileError
- Specified by:
setReturnType
in interfaceProceedHandler
- Throws:
CompileError
-
-