Class FieldInstruction

All Implemented Interfaces:
Serializable, Cloneable, Constants

public class FieldInstruction extends FieldOrMethod
Super class for the GET/PUTxxx family of instructions.
Version:
$Id: FieldInstruction.java,v 1.7 2009/10/05 17:35:36 aclement Exp $
Author:
M. Dahm
See Also:
  • Constructor Details

    • FieldInstruction

      public FieldInstruction(short opcode, int index)
  • Method Details