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