public abstract class org.apache.bcel.classfile.ConstantCP extends org.apache.bcel.classfile.Constant
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.bcel.classfile.ConstantCP
  super_class: org.apache.bcel.classfile.Constant
{
  protected int class_index;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  protected int name_and_type_index;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public void <init>(org.apache.bcel.classfile.ConstantCP);
    descriptor: (Lorg/apache/bcel/classfile/ConstantCP;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.ConstantCP this
        start local 1 // org.apache.bcel.classfile.ConstantCP c
         0: .line 59
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.ConstantCP.getTag:()B
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.ConstantCP.getClassIndex:()I
            aload 1 /* c */
            invokevirtual org.apache.bcel.classfile.ConstantCP.getNameAndTypeIndex:()I
            invokespecial org.apache.bcel.classfile.ConstantCP.<init>:(BII)V
         1: .line 60
            return
        end local 1 // org.apache.bcel.classfile.ConstantCP c
        end local 0 // org.apache.bcel.classfile.ConstantCP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/bcel/classfile/ConstantCP;
            0    2     1     c  Lorg/apache/bcel/classfile/ConstantCP;
    MethodParameters:
      Name  Flags
      c     final

  void <init>(byte, java.io.DataInput);
    descriptor: (BLjava/io/DataInput;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.apache.bcel.classfile.ConstantCP this
        start local 1 // byte tag
        start local 2 // java.io.DataInput file
         0: .line 71
            aload 0 /* this */
            iload 1 /* tag */
            aload 2 /* file */
            invokeinterface java.io.DataInput.readUnsignedShort:()I
            aload 2 /* file */
            invokeinterface java.io.DataInput.readUnsignedShort:()I
            invokespecial org.apache.bcel.classfile.ConstantCP.<init>:(BII)V
         1: .line 72
            return
        end local 2 // java.io.DataInput file
        end local 1 // byte tag
        end local 0 // org.apache.bcel.classfile.ConstantCP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/bcel/classfile/ConstantCP;
            0    2     1   tag  B
            0    2     2  file  Ljava/io/DataInput;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      tag   final
      file  final

  protected void <init>(byte, int, int);
    descriptor: (BII)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.apache.bcel.classfile.ConstantCP this
        start local 1 // byte tag
        start local 2 // int class_index
        start local 3 // int name_and_type_index
         0: .line 80
            aload 0 /* this */
            iload 1 /* tag */
            invokespecial org.apache.bcel.classfile.Constant.<init>:(B)V
         1: .line 81
            aload 0 /* this */
            iload 2 /* class_index */
            putfield org.apache.bcel.classfile.ConstantCP.class_index:I
         2: .line 82
            aload 0 /* this */
            iload 3 /* name_and_type_index */
            putfield org.apache.bcel.classfile.ConstantCP.name_and_type_index:I
         3: .line 83
            return
        end local 3 // int name_and_type_index
        end local 2 // int class_index
        end local 1 // byte tag
        end local 0 // org.apache.bcel.classfile.ConstantCP this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    4     0                 this  Lorg/apache/bcel/classfile/ConstantCP;
            0    4     1                  tag  B
            0    4     2          class_index  I
            0    4     3  name_and_type_index  I
    MethodParameters:
                     Name  Flags
      tag                  final
      class_index          final
      name_and_type_index  final

  public final void dump(java.io.DataOutputStream);
    descriptor: (Ljava/io/DataOutputStream;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.ConstantCP this
        start local 1 // java.io.DataOutputStream file
         0: .line 94
            aload 1 /* file */
            aload 0 /* this */
            invokespecial org.apache.bcel.classfile.Constant.getTag:()B
            invokevirtual java.io.DataOutputStream.writeByte:(I)V
         1: .line 95
            aload 1 /* file */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ConstantCP.class_index:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         2: .line 96
            aload 1 /* file */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ConstantCP.name_and_type_index:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         3: .line 97
            return
        end local 1 // java.io.DataOutputStream file
        end local 0 // org.apache.bcel.classfile.ConstantCP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/apache/bcel/classfile/ConstantCP;
            0    4     1  file  Ljava/io/DataOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  final

  public final int getClassIndex();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.bcel.classfile.ConstantCP this
         0: .line 104
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ConstantCP.class_index:I
            ireturn
        end local 0 // org.apache.bcel.classfile.ConstantCP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/bcel/classfile/ConstantCP;

  public final void setClassIndex(int);
    descriptor: (I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.ConstantCP this
        start local 1 // int class_index
         0: .line 112
            aload 0 /* this */
            iload 1 /* class_index */
            putfield org.apache.bcel.classfile.ConstantCP.class_index:I
         1: .line 113
            return
        end local 1 // int class_index
        end local 0 // org.apache.bcel.classfile.ConstantCP this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/apache/bcel/classfile/ConstantCP;
            0    2     1  class_index  I
    MethodParameters:
             Name  Flags
      class_index  final

  public final int getNameAndTypeIndex();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.bcel.classfile.ConstantCP this
         0: .line 120
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ConstantCP.name_and_type_index:I
            ireturn
        end local 0 // org.apache.bcel.classfile.ConstantCP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/bcel/classfile/ConstantCP;

  public final void setNameAndTypeIndex(int);
    descriptor: (I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.ConstantCP this
        start local 1 // int name_and_type_index
         0: .line 128
            aload 0 /* this */
            iload 1 /* name_and_type_index */
            putfield org.apache.bcel.classfile.ConstantCP.name_and_type_index:I
         1: .line 129
            return
        end local 1 // int name_and_type_index
        end local 0 // org.apache.bcel.classfile.ConstantCP this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/apache/bcel/classfile/ConstantCP;
            0    2     1  name_and_type_index  I
    MethodParameters:
                     Name  Flags
      name_and_type_index  final

  public java.lang.String getClass(org.apache.bcel.classfile.ConstantPool);
    descriptor: (Lorg/apache/bcel/classfile/ConstantPool;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.bcel.classfile.ConstantCP this
        start local 1 // org.apache.bcel.classfile.ConstantPool cp
         0: .line 136
            aload 1 /* cp */
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ConstantCP.class_index:I
            bipush 7
            invokevirtual org.apache.bcel.classfile.ConstantPool.constantToString:(IB)Ljava/lang/String;
            areturn
        end local 1 // org.apache.bcel.classfile.ConstantPool cp
        end local 0 // org.apache.bcel.classfile.ConstantCP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/bcel/classfile/ConstantCP;
            0    1     1    cp  Lorg/apache/bcel/classfile/ConstantPool;
    MethodParameters:
      Name  Flags
      cp    final

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.bcel.classfile.ConstantCP this
         0: .line 147
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokespecial org.apache.bcel.classfile.Constant.toString:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "(class_index = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ConstantCP.class_index:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ", name_and_type_index = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         1: .line 148
            aload 0 /* this */
            getfield org.apache.bcel.classfile.ConstantCP.name_and_type_index:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         2: .line 147
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.bcel.classfile.ConstantCP this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/bcel/classfile/ConstantCP;
}
SourceFile: "ConstantCP.java"