Klasse InstructionCP

java.lang.Object
org.aspectj.apache.bcel.generic.Instruction
org.aspectj.apache.bcel.generic.InstructionCP
Alle implementierten Schnittstellen:
Serializable, Cloneable, Constants
Bekannte direkte Unterklassen:
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 $
Autor:
M. Dahm
Siehe auch:
  • Felddetails

    • index

      protected int index
  • Konstruktordetails

    • InstructionCP

      public InstructionCP(short opcode, int index)
  • Methodendetails