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

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

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

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

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

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

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

  private final org.objectweb.asm.Type type;
    descriptor: Lorg/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 41
            new org.objectweb.asm.tree.analysis.BasicValue
            dup
            aconst_null
            invokespecial org.objectweb.asm.tree.analysis.BasicValue.<init>:(Lorg/objectweb/asm/Type;)V
            putstatic org.objectweb.asm.tree.analysis.BasicValue.UNINITIALIZED_VALUE:Lorg/objectweb/asm/tree/analysis/BasicValue;
         1: .line 44
            new org.objectweb.asm.tree.analysis.BasicValue
            dup
            getstatic org.objectweb.asm.Type.INT_TYPE:Lorg/objectweb/asm/Type;
            invokespecial org.objectweb.asm.tree.analysis.BasicValue.<init>:(Lorg/objectweb/asm/Type;)V
            putstatic org.objectweb.asm.tree.analysis.BasicValue.INT_VALUE:Lorg/objectweb/asm/tree/analysis/BasicValue;
         2: .line 47
            new org.objectweb.asm.tree.analysis.BasicValue
            dup
            getstatic org.objectweb.asm.Type.FLOAT_TYPE:Lorg/objectweb/asm/Type;
            invokespecial org.objectweb.asm.tree.analysis.BasicValue.<init>:(Lorg/objectweb/asm/Type;)V
            putstatic org.objectweb.asm.tree.analysis.BasicValue.FLOAT_VALUE:Lorg/objectweb/asm/tree/analysis/BasicValue;
         3: .line 50
            new org.objectweb.asm.tree.analysis.BasicValue
            dup
            getstatic org.objectweb.asm.Type.LONG_TYPE:Lorg/objectweb/asm/Type;
            invokespecial org.objectweb.asm.tree.analysis.BasicValue.<init>:(Lorg/objectweb/asm/Type;)V
            putstatic org.objectweb.asm.tree.analysis.BasicValue.LONG_VALUE:Lorg/objectweb/asm/tree/analysis/BasicValue;
         4: .line 53
            new org.objectweb.asm.tree.analysis.BasicValue
            dup
            getstatic org.objectweb.asm.Type.DOUBLE_TYPE:Lorg/objectweb/asm/Type;
            invokespecial org.objectweb.asm.tree.analysis.BasicValue.<init>:(Lorg/objectweb/asm/Type;)V
            putstatic org.objectweb.asm.tree.analysis.BasicValue.DOUBLE_VALUE:Lorg/objectweb/asm/tree/analysis/BasicValue;
         5: .line 57
            new org.objectweb.asm.tree.analysis.BasicValue
            dup
            ldc "java/lang/Object"
            invokestatic org.objectweb.asm.Type.getObjectType:(Ljava/lang/String;)Lorg/objectweb/asm/Type;
            invokespecial org.objectweb.asm.tree.analysis.BasicValue.<init>:(Lorg/objectweb/asm/Type;)V
         6: .line 56
            putstatic org.objectweb.asm.tree.analysis.BasicValue.REFERENCE_VALUE:Lorg/objectweb/asm/tree/analysis/BasicValue;
         7: .line 60
            new org.objectweb.asm.tree.analysis.BasicValue
            dup
            getstatic org.objectweb.asm.Type.VOID_TYPE:Lorg/objectweb/asm/Type;
            invokespecial org.objectweb.asm.tree.analysis.BasicValue.<init>:(Lorg/objectweb/asm/Type;)V
            putstatic org.objectweb.asm.tree.analysis.BasicValue.RETURNADDRESS_VALUE:Lorg/objectweb/asm/tree/analysis/BasicValue;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public org.objectweb.asm.Type getType();
    descriptor: ()Lorg/objectweb/asm/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.objectweb.asm.tree.analysis.BasicValue this
         0: .line 80
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.BasicValue.type:Lorg/objectweb/asm/Type;
            areturn
        end local 0 // org.objectweb.asm.tree.analysis.BasicValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/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 // org.objectweb.asm.tree.analysis.BasicValue this
         0: .line 85
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.BasicValue.type:Lorg/objectweb/asm/Type;
            getstatic org.objectweb.asm.Type.LONG_TYPE:Lorg/objectweb/asm/Type;
            if_acmpeq 1
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.BasicValue.type:Lorg/objectweb/asm/Type;
            getstatic org.objectweb.asm.Type.DOUBLE_TYPE:Lorg/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 // org.objectweb.asm.tree.analysis.BasicValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/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 // org.objectweb.asm.tree.analysis.BasicValue this
         0: .line 94
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.BasicValue.type:Lorg/objectweb/asm/Type;
            ifnull 2
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.BasicValue.type:Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 10
            if_icmpeq 1
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.BasicValue.type:Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.Type.getSort:()I
            bipush 9
            if_icmpne 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 0 // org.objectweb.asm.tree.analysis.BasicValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/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 // org.objectweb.asm.tree.analysis.BasicValue this
        start local 1 // java.lang.Object value
         0: .line 99
            aload 1 /* value */
            aload 0 /* this */
            if_acmpne 2
         1: .line 100
            iconst_1
            ireturn
         2: .line 101
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            instanceof org.objectweb.asm.tree.analysis.BasicValue
            ifeq 7
         3: .line 102
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.BasicValue.type:Lorg/objectweb/asm/Type;
            ifnonnull 6
         4: .line 103
            aload 1 /* value */
            checkcast org.objectweb.asm.tree.analysis.BasicValue
            getfield org.objectweb.asm.tree.analysis.BasicValue.type:Lorg/objectweb/asm/Type;
            ifnonnull 5
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
         6: .line 105
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.BasicValue.type:Lorg/objectweb/asm/Type;
            aload 1 /* value */
            checkcast org.objectweb.asm.tree.analysis.BasicValue
            getfield org.objectweb.asm.tree.analysis.BasicValue.type:Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.Type.equals:(Ljava/lang/Object;)Z
            ireturn
         7: .line 108
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object value
        end local 0 // org.objectweb.asm.tree.analysis.BasicValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/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 // org.objectweb.asm.tree.analysis.BasicValue this
         0: .line 114
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.BasicValue.type:Lorg/objectweb/asm/Type;
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.BasicValue.type:Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.Type.hashCode:()I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.objectweb.asm.tree.analysis.BasicValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/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 // org.objectweb.asm.tree.analysis.BasicValue this
         0: .line 119
            aload 0 /* this */
            getstatic org.objectweb.asm.tree.analysis.BasicValue.UNINITIALIZED_VALUE:Lorg/objectweb/asm/tree/analysis/BasicValue;
            if_acmpne 2
         1: .line 120
            ldc "."
            areturn
         2: .line 121
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.objectweb.asm.tree.analysis.BasicValue.RETURNADDRESS_VALUE:Lorg/objectweb/asm/tree/analysis/BasicValue;
            if_acmpne 4
         3: .line 122
            ldc "A"
            areturn
         4: .line 123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.objectweb.asm.tree.analysis.BasicValue.REFERENCE_VALUE:Lorg/objectweb/asm/tree/analysis/BasicValue;
            if_acmpne 6
         5: .line 124
            ldc "R"
            areturn
         6: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.objectweb.asm.tree.analysis.BasicValue.type:Lorg/objectweb/asm/Type;
            invokevirtual org.objectweb.asm.Type.getDescriptor:()Ljava/lang/String;
            areturn
        end local 0 // org.objectweb.asm.tree.analysis.BasicValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/objectweb/asm/tree/analysis/BasicValue;
}
SourceFile: "BasicValue.java"