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

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

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

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

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

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

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

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

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

  public org.glassfish.pfl.objectweb.asm.Type getType();
    descriptor: ()Lorg/glassfish/pfl/objectweb/asm/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue this
         0: .line 64
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.type:Lorg/glassfish/pfl/objectweb/asm/Type;
            areturn
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/pfl/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.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue this
         0: .line 68
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.type:Lorg/glassfish/pfl/objectweb/asm/Type;
            getstatic org.glassfish.pfl.objectweb.asm.Type.LONG_TYPE:Lorg/glassfish/pfl/objectweb/asm/Type;
            if_acmpeq 1
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.type:Lorg/glassfish/pfl/objectweb/asm/Type;
            getstatic org.glassfish.pfl.objectweb.asm.Type.DOUBLE_TYPE:Lorg/glassfish/pfl/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.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/pfl/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.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue this
         0: .line 72
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.type:Lorg/glassfish/pfl/objectweb/asm/Type;
            ifnull 3
         1: .line 73
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.type:Lorg/glassfish/pfl/objectweb/asm/Type;
            invokevirtual org.glassfish.pfl.objectweb.asm.Type.getSort:()I
            bipush 10
            if_icmpeq 2
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.type:Lorg/glassfish/pfl/objectweb/asm/Type;
            invokevirtual org.glassfish.pfl.objectweb.asm.Type.getSort:()I
            bipush 9
            if_icmpne 3
         2: .line 72
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/glassfish/pfl/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.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue this
        start local 1 // java.lang.Object value
         0: .line 77
            aload 1 /* value */
            aload 0 /* this */
            if_acmpne 2
         1: .line 78
            iconst_1
            ireturn
         2: .line 79
      StackMap locals:
      StackMap stack:
            aload 1 /* value */
            instanceof org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue
            ifeq 7
         3: .line 80
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.type:Lorg/glassfish/pfl/objectweb/asm/Type;
            ifnonnull 6
         4: .line 81
            aload 1 /* value */
            checkcast org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.type:Lorg/glassfish/pfl/objectweb/asm/Type;
            ifnonnull 5
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         5: iconst_0
            ireturn
         6: .line 83
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.type:Lorg/glassfish/pfl/objectweb/asm/Type;
            aload 1 /* value */
            checkcast org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.type:Lorg/glassfish/pfl/objectweb/asm/Type;
            invokevirtual org.glassfish.pfl.objectweb.asm.Type.equals:(Ljava/lang/Object;)Z
            ireturn
         7: .line 86
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object value
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/glassfish/pfl/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.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue this
         0: .line 91
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.type:Lorg/glassfish/pfl/objectweb/asm/Type;
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.type:Lorg/glassfish/pfl/objectweb/asm/Type;
            invokevirtual org.glassfish.pfl.objectweb.asm.Type.hashCode:()I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/glassfish/pfl/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.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue this
         0: .line 95
            aload 0 /* this */
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.UNINITIALIZED_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            if_acmpne 2
         1: .line 96
            ldc "."
            areturn
         2: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.RETURNADDRESS_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            if_acmpne 4
         3: .line 98
            ldc "A"
            areturn
         4: .line 99
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.REFERENCE_VALUE:Lorg/glassfish/pfl/objectweb/asm/tree/analysis/Value;
            if_acmpne 6
         5: .line 100
            ldc "R"
            areturn
         6: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue.type:Lorg/glassfish/pfl/objectweb/asm/Type;
            invokevirtual org.glassfish.pfl.objectweb.asm.Type.getDescriptor:()Ljava/lang/String;
            areturn
        end local 0 // org.glassfish.pfl.objectweb.asm.tree.analysis.BasicValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/glassfish/pfl/objectweb/asm/tree/analysis/BasicValue;
}
SourceFile: "BasicValue.java"