public class org.eclipse.jdt.internal.compiler.impl.IntConstant 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.IntConstant
  super_class: org.eclipse.jdt.internal.compiler.impl.Constant
{
  int value;
    descriptor: I
    flags: (0x0000) 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 20
            new org.eclipse.jdt.internal.compiler.impl.IntConstant
            dup
            ldc -2147483648
            invokespecial org.eclipse.jdt.internal.compiler.impl.IntConstant.<init>:(I)V
            putstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.MIN_VALUE:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
         1: .line 21
            new org.eclipse.jdt.internal.compiler.impl.IntConstant
            dup
            bipush -4
            invokespecial org.eclipse.jdt.internal.compiler.impl.IntConstant.<init>:(I)V
            putstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.MINUS_FOUR:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
         2: .line 22
            new org.eclipse.jdt.internal.compiler.impl.IntConstant
            dup
            bipush -3
            invokespecial org.eclipse.jdt.internal.compiler.impl.IntConstant.<init>:(I)V
            putstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.MINUS_THREE:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
         3: .line 23
            new org.eclipse.jdt.internal.compiler.impl.IntConstant
            dup
            bipush -2
            invokespecial org.eclipse.jdt.internal.compiler.impl.IntConstant.<init>:(I)V
            putstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.MINUS_TWO:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
         4: .line 24
            new org.eclipse.jdt.internal.compiler.impl.IntConstant
            dup
            iconst_m1
            invokespecial org.eclipse.jdt.internal.compiler.impl.IntConstant.<init>:(I)V
            putstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.MINUS_ONE:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
         5: .line 25
            new org.eclipse.jdt.internal.compiler.impl.IntConstant
            dup
            iconst_0
            invokespecial org.eclipse.jdt.internal.compiler.impl.IntConstant.<init>:(I)V
            putstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.ZERO:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
         6: .line 26
            new org.eclipse.jdt.internal.compiler.impl.IntConstant
            dup
            iconst_1
            invokespecial org.eclipse.jdt.internal.compiler.impl.IntConstant.<init>:(I)V
            putstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.ONE:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
         7: .line 27
            new org.eclipse.jdt.internal.compiler.impl.IntConstant
            dup
            iconst_2
            invokespecial org.eclipse.jdt.internal.compiler.impl.IntConstant.<init>:(I)V
            putstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.TWO:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
         8: .line 28
            new org.eclipse.jdt.internal.compiler.impl.IntConstant
            dup
            iconst_3
            invokespecial org.eclipse.jdt.internal.compiler.impl.IntConstant.<init>:(I)V
            putstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.THREE:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
         9: .line 29
            new org.eclipse.jdt.internal.compiler.impl.IntConstant
            dup
            iconst_4
            invokespecial org.eclipse.jdt.internal.compiler.impl.IntConstant.<init>:(I)V
            putstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.FOUR:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
        10: .line 30
            new org.eclipse.jdt.internal.compiler.impl.IntConstant
            dup
            iconst_5
            invokespecial org.eclipse.jdt.internal.compiler.impl.IntConstant.<init>:(I)V
            putstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.FIVE:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
        11: .line 31
            new org.eclipse.jdt.internal.compiler.impl.IntConstant
            dup
            bipush 6
            invokespecial org.eclipse.jdt.internal.compiler.impl.IntConstant.<init>:(I)V
            putstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.SIX:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
        12: .line 32
            new org.eclipse.jdt.internal.compiler.impl.IntConstant
            dup
            bipush 7
            invokespecial org.eclipse.jdt.internal.compiler.impl.IntConstant.<init>:(I)V
            putstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.SEVEN:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
        13: .line 33
            new org.eclipse.jdt.internal.compiler.impl.IntConstant
            dup
            bipush 8
            invokespecial org.eclipse.jdt.internal.compiler.impl.IntConstant.<init>:(I)V
            putstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.EIGHT:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
        14: .line 34
            new org.eclipse.jdt.internal.compiler.impl.IntConstant
            dup
            bipush 9
            invokespecial org.eclipse.jdt.internal.compiler.impl.IntConstant.<init>:(I)V
            putstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.NINE:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
        15: .line 35
            new org.eclipse.jdt.internal.compiler.impl.IntConstant
            dup
            bipush 10
            invokespecial org.eclipse.jdt.internal.compiler.impl.IntConstant.<init>:(I)V
            putstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.TEN:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.eclipse.jdt.internal.compiler.impl.Constant fromValue(int);
    descriptor: (I)Lorg/eclipse/jdt/internal/compiler/impl/Constant;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int value
         0: .line 38
            iload 0 /* value */
            lookupswitch { // 16
          -2147483648: 1
                   -4: 2
                   -3: 3
                   -2: 4
                   -1: 5
                    0: 6
                    1: 7
                    2: 8
                    3: 9
                    4: 10
                    5: 11
                    6: 12
                    7: 13
                    8: 14
                    9: 15
                   10: 16
              default: 17
          }
         1: .line 39
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.MIN_VALUE:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
            areturn
         2: .line 40
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.MINUS_FOUR:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
            areturn
         3: .line 41
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.MINUS_THREE:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
            areturn
         4: .line 42
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.MINUS_TWO:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
            areturn
         5: .line 43
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.MINUS_ONE:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
            areturn
         6: .line 44
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.ZERO:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
            areturn
         7: .line 45
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.ONE:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
            areturn
         8: .line 46
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.TWO:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
            areturn
         9: .line 47
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.THREE:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
            areturn
        10: .line 48
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.FOUR:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
            areturn
        11: .line 49
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.FIVE:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
            areturn
        12: .line 50
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.SIX:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
            areturn
        13: .line 51
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.SEVEN:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
            areturn
        14: .line 52
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.EIGHT:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
            areturn
        15: .line 53
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.NINE:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
            areturn
        16: .line 54
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jdt.internal.compiler.impl.IntConstant.TEN:Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
            areturn
        17: .line 56
      StackMap locals:
      StackMap stack:
            new org.eclipse.jdt.internal.compiler.impl.IntConstant
            dup
            iload 0 /* value */
            invokespecial org.eclipse.jdt.internal.compiler.impl.IntConstant.<init>:(I)V
            areturn
        end local 0 // int value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   18     0  value  I
    MethodParameters:
       Name  Flags
      value  

  private void <init>(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.impl.IntConstant this
        start local 1 // int value
         0: .line 59
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.impl.Constant.<init>:()V
         1: .line 60
            aload 0 /* this */
            iload 1 /* value */
            putfield org.eclipse.jdt.internal.compiler.impl.IntConstant.value:I
         2: .line 61
            return
        end local 1 // int value
        end local 0 // org.eclipse.jdt.internal.compiler.impl.IntConstant this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
            0    3     1  value  I
    MethodParameters:
       Name  Flags
      value  

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

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

  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.IntConstant this
         0: .line 75
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.IntConstant.value:I
            i2d
            dreturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.IntConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;

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

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

  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.IntConstant this
         0: .line 90
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.IntConstant.value:I
            i2l
            lreturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.IntConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;

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

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

  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.IntConstant this
         0: .line 106
            new java.lang.StringBuilder
            dup
            ldc "(int)"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.IntConstant.value:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.IntConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;

  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.IntConstant this
         0: .line 111
            bipush 10
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.IntConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;

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

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.impl.IntConstant this
        start local 1 // java.lang.Object obj
         0: .line 121
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 122
            iconst_1
            ireturn
         2: .line 124
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 125
            iconst_0
            ireturn
         4: .line 127
      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 128
            iconst_0
            ireturn
         6: .line 130
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.eclipse.jdt.internal.compiler.impl.IntConstant
            astore 2 /* other */
        start local 2 // org.eclipse.jdt.internal.compiler.impl.IntConstant other
         7: .line 131
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.IntConstant.value:I
            aload 2 /* other */
            getfield org.eclipse.jdt.internal.compiler.impl.IntConstant.value:I
            if_icmpne 8
            iconst_1
            ireturn
      StackMap locals: org.eclipse.jdt.internal.compiler.impl.IntConstant
      StackMap stack:
         8: iconst_0
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.impl.IntConstant other
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.jdt.internal.compiler.impl.IntConstant this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
            0    9     1    obj  Ljava/lang/Object;
            7    9     2  other  Lorg/eclipse/jdt/internal/compiler/impl/IntConstant;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "IntConstant.java"