Klasse ConstantCP

java.lang.Object
org.aspectj.apache.bcel.classfile.Constant
org.aspectj.apache.bcel.classfile.ConstantCP
Alle implementierten Schnittstellen:
Cloneable, Node
Bekannte direkte Unterklassen:
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 $
Autor:
M. Dahm
Siehe auch:
  • Felddetails

    • classIndex

      protected int classIndex
    • nameAndTypeIndex

      protected int nameAndTypeIndex
  • Konstruktordetails

    • ConstantCP

      protected ConstantCP(byte tag, int classIndex, int nameAndTypeIndex)
  • Methodendetails