public final class com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle extends com.sun.org.apache.bcel.internal.classfile.Constant
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle
  super_class: com.sun.org.apache.bcel.internal.classfile.Constant
{
  private int reference_kind;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int reference_index;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle);
    descriptor: (Lcom/sun/org/apache/bcel/internal/classfile/ConstantMethodHandle;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle c
         0: .line 47
            aload 0 /* this */
            aload 1 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle.getReferenceKind:()I
            aload 1 /* c */
            invokevirtual com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle.getReferenceIndex:()I
            invokespecial com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle.<init>:(II)V
         1: .line 48
            return
        end local 1 // com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle c
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/bcel/internal/classfile/ConstantMethodHandle;
            0    2     1     c  Lcom/sun/org/apache/bcel/internal/classfile/ConstantMethodHandle;
    MethodParameters:
      Name  Flags
      c     final

  void <init>(java.io.DataInput);
    descriptor: (Ljava/io/DataInput;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle this
        start local 1 // java.io.DataInput file
         0: .line 58
            aload 0 /* this */
            aload 1 /* file */
            invokeinterface java.io.DataInput.readUnsignedByte:()I
            aload 1 /* file */
            invokeinterface java.io.DataInput.readUnsignedShort:()I
            invokespecial com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle.<init>:(II)V
         1: .line 59
            return
        end local 1 // java.io.DataInput file
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/bcel/internal/classfile/ConstantMethodHandle;
            0    2     1  file  Ljava/io/DataInput;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  final

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle this
        start local 1 // int reference_kind
        start local 2 // int reference_index
         0: .line 63
            aload 0 /* this */
            bipush 15
            invokespecial com.sun.org.apache.bcel.internal.classfile.Constant.<init>:(B)V
         1: .line 64
            aload 0 /* this */
            iload 1 /* reference_kind */
            putfield com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle.reference_kind:I
         2: .line 65
            aload 0 /* this */
            iload 2 /* reference_index */
            putfield com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle.reference_index:I
         3: .line 66
            return
        end local 2 // int reference_index
        end local 1 // int reference_kind
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/sun/org/apache/bcel/internal/classfile/ConstantMethodHandle;
            0    4     1   reference_kind  I
            0    4     2  reference_index  I
    MethodParameters:
                 Name  Flags
      reference_kind   final
      reference_index  final

  public void accept(com.sun.org.apache.bcel.internal.classfile.Visitor);
    descriptor: (Lcom/sun/org/apache/bcel/internal/classfile/Visitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle this
        start local 1 // com.sun.org.apache.bcel.internal.classfile.Visitor v
         0: .line 78
            aload 1 /* v */
            aload 0 /* this */
            invokeinterface com.sun.org.apache.bcel.internal.classfile.Visitor.visitConstantMethodHandle:(Lcom/sun/org/apache/bcel/internal/classfile/ConstantMethodHandle;)V
         1: .line 79
            return
        end local 1 // com.sun.org.apache.bcel.internal.classfile.Visitor v
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/org/apache/bcel/internal/classfile/ConstantMethodHandle;
            0    2     1     v  Lcom/sun/org/apache/bcel/internal/classfile/Visitor;
    MethodParameters:
      Name  Flags
      v     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 // com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle this
        start local 1 // java.io.DataOutputStream file
         0: .line 90
            aload 1 /* file */
            aload 0 /* this */
            invokespecial com.sun.org.apache.bcel.internal.classfile.Constant.getTag:()B
            invokevirtual java.io.DataOutputStream.writeByte:(I)V
         1: .line 91
            aload 1 /* file */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle.reference_kind:I
            invokevirtual java.io.DataOutputStream.writeByte:(I)V
         2: .line 92
            aload 1 /* file */
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle.reference_index:I
            invokevirtual java.io.DataOutputStream.writeShort:(I)V
         3: .line 93
            return
        end local 1 // java.io.DataOutputStream file
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/org/apache/bcel/internal/classfile/ConstantMethodHandle;
            0    4     1  file  Ljava/io/DataOutputStream;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      file  final

  public int getReferenceKind();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle this
         0: .line 97
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle.reference_kind:I
            ireturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/classfile/ConstantMethodHandle;

  public void setReferenceKind(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle this
        start local 1 // int reference_kind
         0: .line 102
            aload 0 /* this */
            iload 1 /* reference_kind */
            putfield com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle.reference_kind:I
         1: .line 103
            return
        end local 1 // int reference_kind
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/sun/org/apache/bcel/internal/classfile/ConstantMethodHandle;
            0    2     1  reference_kind  I
    MethodParameters:
                Name  Flags
      reference_kind  final

  public int getReferenceIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle this
         0: .line 107
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle.reference_index:I
            ireturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/bcel/internal/classfile/ConstantMethodHandle;

  public void setReferenceIndex(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle this
        start local 1 // int reference_index
         0: .line 112
            aload 0 /* this */
            iload 1 /* reference_index */
            putfield com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle.reference_index:I
         1: .line 113
            return
        end local 1 // int reference_index
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lcom/sun/org/apache/bcel/internal/classfile/ConstantMethodHandle;
            0    2     1  reference_index  I
    MethodParameters:
                 Name  Flags
      reference_index  final

  public final java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle this
         0: .line 121
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokespecial com.sun.org.apache.bcel.internal.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 "(reference_kind = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle.reference_kind:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
         1: .line 122
            ldc ", reference_index = "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle.reference_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 121
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.org.apache.bcel.internal.classfile.ConstantMethodHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/org/apache/bcel/internal/classfile/ConstantMethodHandle;
}
SourceFile: "ConstantMethodHandle.java"