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