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)
           

Methods inherited from class jellyj.classfile.classgen.CPInstruction
dump, getIndex, setIndex, toString

Methods inherited from class jellyj.classfile.classgen.Instruction
consumeStack, copy, getLength, getPosition, getTag, produceStack, readInstruction, setPosition

Constructor Detail

GETSTATIC

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

GETSTATIC

public GETSTATIC(int index)