Class InstructionCP

java.lang.Object
org.aspectj.apache.bcel.generic.Instruction
org.aspectj.apache.bcel.generic.InstructionCP
All Implemented Interfaces:
Serializable, Cloneable, Constants
Direct Known Subclasses:
FieldOrMethod, MULTIANEWARRAY

public class InstructionCP extends Instruction
Class for instructions that use an index into the constant pool such as LDC, INVOKEVIRTUAL, etc.
Version:
$Id: InstructionCP.java,v 1.6 2009/10/05 17:35:36 aclement Exp $
Author:
M. Dahm
See Also:
Serialized Form
  • Field Details

    • index

      protected int index
  • Constructor Details

    • InstructionCP

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