public class org.eclipse.jdt.internal.compiler.ast.LongLiteralMinValue extends org.eclipse.jdt.internal.compiler.ast.LongLiteral
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.ast.LongLiteralMinValue
  super_class: org.eclipse.jdt.internal.compiler.ast.LongLiteral
{
  static final char[] CharValue;
    descriptor: [C
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 20
            bipush 21
            newarray 5
            dup
            iconst_0
            bipush 45
            castore
            dup
            iconst_1
            bipush 57
            castore
            dup
            iconst_2
            bipush 50
            castore
            dup
            iconst_3
            bipush 50
            castore
            dup
            iconst_4
            bipush 51
            castore
            dup
            iconst_5
            bipush 51
            castore
            dup
            bipush 6
            bipush 55
            castore
            dup
            bipush 7
            bipush 50
            castore
            dup
            bipush 8
            bipush 48
            castore
            dup
            bipush 9
            bipush 51
            castore
            dup
            bipush 10
            bipush 54
            castore
            dup
            bipush 11
            bipush 56
            castore
            dup
            bipush 12
            bipush 53
            castore
            dup
            bipush 13
            bipush 52
            castore
            dup
            bipush 14
            bipush 55
            castore
            dup
            bipush 15
            bipush 55
            castore
            dup
            bipush 16
            bipush 53
            castore
            dup
            bipush 17
            bipush 56
            castore
            dup
            bipush 18
            bipush 48
            castore
            dup
            bipush 19
            bipush 56
            castore
            dup
            bipush 20
            bipush 76
            castore
            putstatic org.eclipse.jdt.internal.compiler.ast.LongLiteralMinValue.CharValue:[C
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(char[], char[], int, int);
    descriptor: ([C[CII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.eclipse.jdt.internal.compiler.ast.LongLiteralMinValue this
        start local 1 // char[] token
        start local 2 // char[] reducedForm
        start local 3 // int start
        start local 4 // int end
         0: .line 23
            aload 0 /* this */
            aload 1 /* token */
            aload 2 /* reducedForm */
            iload 3 /* start */
            iload 4 /* end */
            invokespecial org.eclipse.jdt.internal.compiler.ast.LongLiteral.<init>:([C[CII)V
         1: .line 24
            aload 0 /* this */
            ldc -9223372036854775808
            invokestatic org.eclipse.jdt.internal.compiler.impl.LongConstant.fromValue:(J)Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            putfield org.eclipse.jdt.internal.compiler.ast.LongLiteralMinValue.constant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
         2: .line 25
            return
        end local 4 // int end
        end local 3 // int start
        end local 2 // char[] reducedForm
        end local 1 // char[] token
        end local 0 // org.eclipse.jdt.internal.compiler.ast.LongLiteralMinValue this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/eclipse/jdt/internal/compiler/ast/LongLiteralMinValue;
            0    3     1        token  [C
            0    3     2  reducedForm  [C
            0    3     3        start  I
            0    3     4          end  I
    MethodParameters:
             Name  Flags
      token        
      reducedForm  
      start        
      end          

  public void computeConstant();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.LongLiteralMinValue this
         0: .line 28
            return
        end local 0 // org.eclipse.jdt.internal.compiler.ast.LongLiteralMinValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/LongLiteralMinValue;
}
SourceFile: "LongLiteralMinValue.java"