Class FieldOrMethod

All Implemented Interfaces:
Serializable, Cloneable, Constants
Direct Known Subclasses:
FieldInstruction, InvokeInstruction

public abstract class FieldOrMethod extends InstructionCP
Super class for InvokeInstruction and FieldInstruction, since they have some methods in common!
Version:
$Id: FieldOrMethod.java,v 1.8 2009/10/05 17:35:36 aclement Exp $
Author:
M. Dahm
See Also:
Serialized Form
  • Field Details

    • signature

      protected String signature
    • name

      protected String name
  • Constructor Details

    • FieldOrMethod

      protected FieldOrMethod(short opcode, int index)
  • Method Details