All Packages Class Hierarchy This Package Previous Next Index
Class espresso.classfile.classgen.GETFIELD
java.lang.Object
|
+----espresso.classfile.classgen.Instruction
|
+----espresso.classfile.classgen.CPInstruction
|
+----espresso.classfile.classgen.GETFIELD
- public class GETFIELD
- extends CPInstruction
GETFIELD - Fetch field from object
Stack: ..., objectref -> ..., value
OR
Stack: ..., objectref -> ..., value.word1, value.word2
-
GETFIELD()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
-
GETFIELD(int)
-
GETFIELD
GETFIELD()
- Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
GETFIELD
public GETFIELD(int index)
All Packages Class Hierarchy This Package Previous Next Index