public class org.eclipse.jdt.internal.compiler.impl.LongConstant extends org.eclipse.jdt.internal.compiler.impl.Constant
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.impl.LongConstant
  super_class: org.eclipse.jdt.internal.compiler.impl.Constant
{
  private static final org.eclipse.jdt.internal.compiler.impl.LongConstant ZERO;
    descriptor: Lorg/eclipse/jdt/internal/compiler/impl/LongConstant;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final org.eclipse.jdt.internal.compiler.impl.LongConstant MIN_VALUE;
    descriptor: Lorg/eclipse/jdt/internal/compiler/impl/LongConstant;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private long value;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 18
            new org.eclipse.jdt.internal.compiler.impl.LongConstant
            dup
            lconst_0
            invokespecial org.eclipse.jdt.internal.compiler.impl.LongConstant.<init>:(J)V
            putstatic org.eclipse.jdt.internal.compiler.impl.LongConstant.ZERO:Lorg/eclipse/jdt/internal/compiler/impl/LongConstant;
         1: .line 19
            new org.eclipse.jdt.internal.compiler.impl.LongConstant
            dup
            ldc -9223372036854775808
            invokespecial org.eclipse.jdt.internal.compiler.impl.LongConstant.<init>:(J)V
            putstatic org.eclipse.jdt.internal.compiler.impl.LongConstant.MIN_VALUE:Lorg/eclipse/jdt/internal/compiler/impl/LongConstant;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.eclipse.jdt.internal.compiler.impl.Constant fromValue(long);
    descriptor: (J)Lorg/eclipse/jdt/internal/compiler/impl/Constant;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // long value
         0: .line 24
            lload 0 /* value */
            lconst_0
            lcmp
            ifne 2
         1: .line 25
            getstatic org.eclipse.jdt.internal.compiler.impl.LongConstant.ZERO:Lorg/eclipse/jdt/internal/compiler/impl/LongConstant;
            areturn
         2: .line 26
      StackMap locals:
      StackMap stack:
            lload 0 /* value */
            ldc -9223372036854775808
            lcmp
            ifne 4
         3: .line 27
            getstatic org.eclipse.jdt.internal.compiler.impl.LongConstant.MIN_VALUE:Lorg/eclipse/jdt/internal/compiler/impl/LongConstant;
            areturn
         4: .line 29
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.impl.LongConstant
            dup
            lload 0 /* value */
            invokespecial org.eclipse.jdt.internal.compiler.impl.LongConstant.<init>:(J)V
            areturn
        end local 0 // long value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0  value  J
    MethodParameters:
       Name  Flags
      value  

  private void <init>(long);
    descriptor: (J)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.impl.LongConstant this
        start local 1 // long value
         0: .line 32
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.impl.Constant.<init>:()V
         1: .line 33
            aload 0 /* this */
            lload 1 /* value */
            putfield org.eclipse.jdt.internal.compiler.impl.LongConstant.value:J
         2: .line 34
            return
        end local 1 // long value
        end local 0 // org.eclipse.jdt.internal.compiler.impl.LongConstant this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/jdt/internal/compiler/impl/LongConstant;
            0    3     1  value  J
    MethodParameters:
       Name  Flags
      value  

  public byte byteValue();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.LongConstant this
         0: .line 38
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.LongConstant.value:J
            l2i
            i2b
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.LongConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/LongConstant;

  public char charValue();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.LongConstant this
         0: .line 43
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.LongConstant.value:J
            l2i
            i2c
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.LongConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/LongConstant;

  public double doubleValue();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.LongConstant this
         0: .line 48
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.LongConstant.value:J
            l2d
            dreturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.LongConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/LongConstant;

  public float floatValue();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.LongConstant this
         0: .line 53
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.LongConstant.value:J
            l2f
            freturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.LongConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/LongConstant;

  public int intValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.LongConstant this
         0: .line 58
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.LongConstant.value:J
            l2i
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.LongConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/LongConstant;

  public long longValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.LongConstant this
         0: .line 63
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.LongConstant.value:J
            lreturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.LongConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/LongConstant;

  public short shortValue();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.LongConstant this
         0: .line 68
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.LongConstant.value:J
            l2i
            i2s
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.LongConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/LongConstant;

  public java.lang.String stringValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.LongConstant this
         0: .line 74
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.LongConstant.value:J
            invokestatic java.lang.String.valueOf:(J)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.LongConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/LongConstant;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.LongConstant this
         0: .line 80
            new java.lang.StringBuilder
            dup
            ldc "(long)"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.LongConstant.value:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.LongConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/LongConstant;

  public int typeID();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.LongConstant this
         0: .line 85
            bipush 7
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.LongConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/LongConstant;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.LongConstant this
         0: .line 90
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.LongConstant.value:J
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.LongConstant.value:J
            bipush 32
            lushr
            lxor
            l2i
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.LongConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/LongConstant;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.impl.LongConstant this
        start local 1 // java.lang.Object obj
         0: .line 95
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 96
            iconst_1
            ireturn
         2: .line 98
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 99
            iconst_0
            ireturn
         4: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 6
         5: .line 102
            iconst_0
            ireturn
         6: .line 104
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.eclipse.jdt.internal.compiler.impl.LongConstant
            astore 2 /* other */
        start local 2 // org.eclipse.jdt.internal.compiler.impl.LongConstant other
         7: .line 105
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.LongConstant.value:J
            aload 2 /* other */
            getfield org.eclipse.jdt.internal.compiler.impl.LongConstant.value:J
            lcmp
            ifne 8
            iconst_1
            ireturn
      StackMap locals: org.eclipse.jdt.internal.compiler.impl.LongConstant
      StackMap stack:
         8: iconst_0
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.impl.LongConstant other
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.jdt.internal.compiler.impl.LongConstant this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/eclipse/jdt/internal/compiler/impl/LongConstant;
            0    9     1    obj  Ljava/lang/Object;
            7    9     2  other  Lorg/eclipse/jdt/internal/compiler/impl/LongConstant;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "LongConstant.java"