public class jdk.internal.org.objectweb.asm.tree.analysis.BasicValue implements jdk.internal.org.objectweb.asm.tree.analysis.Value
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.internal.org.objectweb.asm.tree.analysis.BasicValue
  super_class: java.lang.Object
{
  public static final jdk.internal.org.objectweb.asm.tree.analysis.BasicValue UNINITIALIZED_VALUE;
    descriptor: Ljdk/internal/org/objectweb/asm/tree/analysis/BasicValue;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final jdk.internal.org.objectweb.asm.tree.analysis.BasicValue INT_VALUE;
    descriptor: Ljdk/internal/org/objectweb/asm/tree/analysis/BasicValue;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final jdk.internal.org.objectweb.asm.tree.analysis.BasicValue FLOAT_VALUE;
    descriptor: Ljdk/internal/org/objectweb/asm/tree/analysis/BasicValue;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final jdk.internal.org.objectweb.asm.tree.analysis.BasicValue LONG_VALUE;
    descriptor: Ljdk/internal/org/objectweb/asm/tree/analysis/BasicValue;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final jdk.internal.org.objectweb.asm.tree.analysis.BasicValue DOUBLE_VALUE;
    descriptor: Ljdk/internal/org/objectweb/asm/tree/analysis/BasicValue;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final jdk.internal.org.objectweb.asm.tree.analysis.BasicValue REFERENCE_VALUE;
    descriptor: Ljdk/internal/org/objectweb/asm/tree/analysis/BasicValue;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final jdk.internal.org.objectweb.asm.tree.analysis.BasicValue RETURNADDRESS_VALUE;
    descriptor: Ljdk/internal/org/objectweb/asm/tree/analysis/BasicValue;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private final jdk.internal.org.objectweb.asm.Type type;
    descriptor: Ljdk/internal/org/objectweb/asm/Type;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 72
            new jdk.internal.org.objectweb.asm.tree.analysis.BasicValue
            dup
            aconst_null
            invokespecial jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.<init>:(Ljdk/internal/org/objectweb/asm/Type;)V
            putstatic jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.UNINITIALIZED_VALUE:Ljdk/internal/org/objectweb/asm/tree/analysis/BasicValue;
         1: .line 74
            new jdk.internal.org.objectweb.asm.tree.analysis.BasicValue
            dup
            getstatic jdk.internal.org.objectweb.asm.Type.INT_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            invokespecial jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.<init>:(Ljdk/internal/org/objectweb/asm/Type;)V
            putstatic jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.INT_VALUE:Ljdk/internal/org/objectweb/asm/tree/analysis/BasicValue;
         2: .line 76
            new jdk.internal.org.objectweb.asm.tree.analysis.BasicValue
            dup
            getstatic jdk.internal.org.objectweb.asm.Type.FLOAT_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            invokespecial jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.<init>:(Ljdk/internal/org/objectweb/asm/Type;)V
            putstatic jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.FLOAT_VALUE:Ljdk/internal/org/objectweb/asm/tree/analysis/BasicValue;
         3: .line 78
            new jdk.internal.org.objectweb.asm.tree.analysis.BasicValue
            dup
            getstatic jdk.internal.org.objectweb.asm.Type.LONG_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            invokespecial jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.<init>:(Ljdk/internal/org/objectweb/asm/Type;)V
            putstatic jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.LONG_VALUE:Ljdk/internal/org/objectweb/asm/tree/analysis/BasicValue;
         4: .line 80
            new jdk.internal.org.objectweb.asm.tree.analysis.BasicValue
            dup
         5: .line 81
            getstatic jdk.internal.org.objectweb.asm.Type.DOUBLE_TYPE:Ljdk/internal/org/objectweb/asm/Type;
         6: .line 80
            invokespecial jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.<init>:(Ljdk/internal/org/objectweb/asm/Type;)V
            putstatic jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.DOUBLE_VALUE:Ljdk/internal/org/objectweb/asm/tree/analysis/BasicValue;
         7: .line 83
            new jdk.internal.org.objectweb.asm.tree.analysis.BasicValue
            dup
         8: .line 84
            ldc "java/lang/Object"
            invokestatic jdk.internal.org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Ljdk/internal/org/objectweb/asm/Type;
         9: .line 83
            invokespecial jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.<init>:(Ljdk/internal/org/objectweb/asm/Type;)V
            putstatic jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.REFERENCE_VALUE:Ljdk/internal/org/objectweb/asm/tree/analysis/BasicValue;
        10: .line 86
            new jdk.internal.org.objectweb.asm.tree.analysis.BasicValue
            dup
        11: .line 87
            getstatic jdk.internal.org.objectweb.asm.Type.VOID_TYPE:Ljdk/internal/org/objectweb/asm/Type;
        12: .line 86
            invokespecial jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.<init>:(Ljdk/internal/org/objectweb/asm/Type;)V
            putstatic jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.RETURNADDRESS_VALUE:Ljdk/internal/org/objectweb/asm/tree/analysis/BasicValue;
        13: .line 87
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(jdk.internal.org.objectweb.asm.Type);
    descriptor: (Ljdk/internal/org/objectweb/asm/Type;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.BasicValue this
        start local 1 // jdk.internal.org.objectweb.asm.Type type
         0: .line 91
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 92
            aload 0 /* this */
            aload 1 /* type */
            putfield jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.type:Ljdk/internal/org/objectweb/asm/Type;
         2: .line 93
            return
        end local 1 // jdk.internal.org.objectweb.asm.Type type
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.BasicValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/internal/org/objectweb/asm/tree/analysis/BasicValue;
            0    3     1  type  Ljdk/internal/org/objectweb/asm/Type;
    MethodParameters:
      Name  Flags
      type  final

  public jdk.internal.org.objectweb.asm.Type getType();
    descriptor: ()Ljdk/internal/org/objectweb/asm/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.BasicValue this
         0: .line 96
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.type:Ljdk/internal/org/objectweb/asm/Type;
            areturn
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.BasicValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/org/objectweb/asm/tree/analysis/BasicValue;

  public int getSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.BasicValue this
         0: .line 100
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.type:Ljdk/internal/org/objectweb/asm/Type;
            getstatic jdk.internal.org.objectweb.asm.Type.LONG_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            if_acmpeq 1
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.type:Ljdk/internal/org/objectweb/asm/Type;
            getstatic jdk.internal.org.objectweb.asm.Type.DOUBLE_TYPE:Ljdk/internal/org/objectweb/asm/Type;
            if_acmpne 2
      StackMap locals:
      StackMap stack:
         1: iconst_2
            goto 3
      StackMap locals:
      StackMap stack:
         2: iconst_1
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.BasicValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/internal/org/objectweb/asm/tree/analysis/BasicValue;

  public boolean isReference();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.BasicValue this
         0: .line 104
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.type:Ljdk/internal/org/objectweb/asm/Type;
            ifnull 3
         1: .line 105
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.type:Ljdk/internal/org/objectweb/asm/Type;
            invokevirtual jdk.internal.org.objectweb.asm.Type.getSort:()I
            bipush 10
            if_icmpeq 2
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.type:Ljdk/internal/org/objectweb/asm/Type;
            invokevirtual jdk.internal.org.objectweb.asm.Type.getSort:()I
            bipush 9
            if_icmpne 3
         2: .line 104
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.BasicValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/internal/org/objectweb/asm/tree/analysis/BasicValue;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.BasicValue this
        start local 1 // java.lang.Object value
         0: .line 110
            aload 1 /* value */
            aload 0 /* this */
            if_acmpne 2
         1: .line 111
            iconst_1
            ireturn
         2: .line 112
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            instanceof jdk.internal.org.objectweb.asm.tree.analysis.BasicValue
            ifeq 7
         3: .line 113
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.type:Ljdk/internal/org/objectweb/asm/Type;
            ifnonnull 6
         4: .line 114
            aload 1 /* value */
            checkcast jdk.internal.org.objectweb.asm.tree.analysis.BasicValue
            getfield jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.type:Ljdk/internal/org/objectweb/asm/Type;
            ifnonnull 5
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
         6: .line 116
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.type:Ljdk/internal/org/objectweb/asm/Type;
            aload 1 /* value */
            checkcast jdk.internal.org.objectweb.asm.tree.analysis.BasicValue
            getfield jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.type:Ljdk/internal/org/objectweb/asm/Type;
            invokevirtual jdk.internal.org.objectweb.asm.Type.equals:(Ljava/lang/Object;)Z
            ireturn
         7: .line 119
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object value
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.BasicValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Ljdk/internal/org/objectweb/asm/tree/analysis/BasicValue;
            0    8     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  final

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.BasicValue this
         0: .line 125
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.type:Ljdk/internal/org/objectweb/asm/Type;
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.type:Ljdk/internal/org/objectweb/asm/Type;
            invokevirtual jdk.internal.org.objectweb.asm.Type.hashCode:()I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.BasicValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/internal/org/objectweb/asm/tree/analysis/BasicValue;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.tree.analysis.BasicValue this
         0: .line 130
            aload 0 /* this */
            getstatic jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.UNINITIALIZED_VALUE:Ljdk/internal/org/objectweb/asm/tree/analysis/BasicValue;
            if_acmpne 2
         1: .line 131
            ldc "."
            areturn
         2: .line 132
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.RETURNADDRESS_VALUE:Ljdk/internal/org/objectweb/asm/tree/analysis/BasicValue;
            if_acmpne 4
         3: .line 133
            ldc "A"
            areturn
         4: .line 134
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.REFERENCE_VALUE:Ljdk/internal/org/objectweb/asm/tree/analysis/BasicValue;
            if_acmpne 6
         5: .line 135
            ldc "R"
            areturn
         6: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.tree.analysis.BasicValue.type:Ljdk/internal/org/objectweb/asm/Type;
            invokevirtual jdk.internal.org.objectweb.asm.Type.getDescriptor:()Ljava/lang/String;
            areturn
        end local 0 // jdk.internal.org.objectweb.asm.tree.analysis.BasicValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljdk/internal/org/objectweb/asm/tree/analysis/BasicValue;
}
SourceFile: "BasicValue.java"