Class FieldOrMethod

java.lang.Object
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: