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