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


Constructor Index

 o GETSTATIC()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction().
 o GETSTATIC(int)

Constructors

 o GETSTATIC
 GETSTATIC()
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise.

 o GETSTATIC
 public GETSTATIC(int index)

All Packages  Class Hierarchy  This Package  Previous  Next  Index