public class com.sun.tools.javac.jvm.PoolConstant$LoadableConstant$BasicConstant implements com.sun.tools.javac.jvm.PoolConstant$LoadableConstant
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.javac.jvm.PoolConstant$LoadableConstant$BasicConstant
  super_class: java.lang.Object
{
  int tag;
    descriptor: I
    flags: (0x0000) 

  java.lang.Object data;
    descriptor: Ljava/lang/Object;
    flags: (0x0000) 

  private void <init>(int, java.lang.Object);
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.jvm.PoolConstant$LoadableConstant$BasicConstant this
        start local 1 // int tag
        start local 2 // java.lang.Object data
         0: .line 105
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 106
            aload 0 /* this */
            iload 1 /* tag */
            putfield com.sun.tools.javac.jvm.PoolConstant$LoadableConstant$BasicConstant.tag:I
         2: .line 107
            aload 0 /* this */
            aload 2 /* data */
            putfield com.sun.tools.javac.jvm.PoolConstant$LoadableConstant$BasicConstant.data:Ljava/lang/Object;
         3: .line 108
            return
        end local 2 // java.lang.Object data
        end local 1 // int tag
        end local 0 // com.sun.tools.javac.jvm.PoolConstant$LoadableConstant$BasicConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/javac/jvm/PoolConstant$LoadableConstant$BasicConstant;
            0    4     1   tag  I
            0    4     2  data  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      tag   
      data  

  public int poolTag();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.jvm.PoolConstant$LoadableConstant$BasicConstant this
         0: .line 112
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.PoolConstant$LoadableConstant$BasicConstant.tag:I
            ireturn
        end local 0 // com.sun.tools.javac.jvm.PoolConstant$LoadableConstant$BasicConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/jvm/PoolConstant$LoadableConstant$BasicConstant;

  public java.lang.Object poolKey(com.sun.tools.javac.code.Types);
    descriptor: (Lcom/sun/tools/javac/code/Types;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.sun.tools.javac.jvm.PoolConstant$LoadableConstant$BasicConstant this
        start local 1 // com.sun.tools.javac.code.Types types
         0: .line 117
            aload 0 /* this */
            getfield com.sun.tools.javac.jvm.PoolConstant$LoadableConstant$BasicConstant.data:Ljava/lang/Object;
            areturn
        end local 1 // com.sun.tools.javac.code.Types types
        end local 0 // com.sun.tools.javac.jvm.PoolConstant$LoadableConstant$BasicConstant this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/javac/jvm/PoolConstant$LoadableConstant$BasicConstant;
            0    1     1  types  Lcom/sun/tools/javac/code/Types;
    MethodParameters:
       Name  Flags
      types  
}
SourceFile: "PoolConstant.java"
NestHost: com.sun.tools.javac.jvm.PoolConstant
InnerClasses:
  public abstract LoadableConstant = com.sun.tools.javac.jvm.PoolConstant$LoadableConstant of com.sun.tools.javac.jvm.PoolConstant
  public BasicConstant = com.sun.tools.javac.jvm.PoolConstant$LoadableConstant$BasicConstant of com.sun.tools.javac.jvm.PoolConstant$LoadableConstant