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