Class ConstantCP

java.lang.Object
org.aspectj.apache.bcel.classfile.Constant
org.aspectj.apache.bcel.classfile.ConstantCP
All Implemented Interfaces:
Cloneable, Node
Direct Known Subclasses:
ConstantFieldref, ConstantInterfaceMethodref, ConstantMethodref

public abstract class ConstantCP extends Constant
Abstract super class for Fieldref and Methodref constants.
Version:
$Id: ConstantCP.java,v 1.5 2009/09/16 00:43:49 aclement Exp $
Author:
M. Dahm
See Also:
ConstantFieldref, ConstantMethodref, ConstantInterfaceMethodref
  • Field Details

    • classIndex

      protected int classIndex
    • nameAndTypeIndex

      protected int nameAndTypeIndex
  • Constructor Details

    • ConstantCP

      protected ConstantCP(byte tag, int classIndex, int nameAndTypeIndex)
  • Method Details