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