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