jellyj.classfile.classgen
Class GETFIELD
jellyj.classfile.classgen.Instruction
|
+--jellyj.classfile.classgen.CPInstruction
|
+--jellyj.classfile.classgen.GETFIELD
- public class GETFIELD
- extends CPInstruction
GETFIELD - Fetch field from object
Stack: ..., objectref -> ..., value
OR
Stack: ..., objectref -> ..., value.word1, value.word2
- Author:
- JellyJ Design Group
Constructor Summary |
(package private) | GETFIELD() Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). |
| GETFIELD(int index) |
GETFIELD
GETFIELD()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
GETFIELD
public GETFIELD(int index)