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