All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class espresso.classfile.classgen.GETFIELD

java.lang.Object
   |
   +----espresso.classfile.classgen.Instruction
           |
           +----espresso.classfile.classgen.CPInstruction
                   |
                   +----espresso.classfile.classgen.GETFIELD

public class GETFIELD
extends CPInstruction
GETFIELD - Fetch field from object Stack: ..., objectref -> ..., value OR Stack: ..., objectref -> ..., value.word1, value.word2


Constructor Index

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

Constructors

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

 o GETFIELD
 public GETFIELD(int index)

All Packages  Class Hierarchy  This Package  Previous  Next  Index