public final class jdk.nashorn.internal.parser.TokenLookup
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: jdk.nashorn.internal.parser.TokenLookup
  super_class: java.lang.Object
{
  private static final jdk.nashorn.internal.parser.TokenType[] table;
    descriptor: [Ljdk/nashorn/internal/parser/TokenType;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int tableBase;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 32

  private static final int tableLimit;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 126

  private static final int tableLength;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 95

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=10, args_size=0
         0: .line 35
            ldc Ljdk/nashorn/internal/parser/TokenLookup;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic jdk.nashorn.internal.parser.TokenLookup.$assertionsDisabled:Z
         3: .line 58
            bipush 95
            anewarray jdk.nashorn.internal.parser.TokenType
            putstatic jdk.nashorn.internal.parser.TokenLookup.table:[Ljdk/nashorn/internal/parser/TokenType;
         4: .line 61
            invokestatic jdk.nashorn.internal.parser.TokenType.getValues:()[Ljdk/nashorn/internal/parser/TokenType;
            dup
            astore 3
            arraylength
            istore 2
            iconst_0
            istore 1
            goto 26
      StackMap locals: top int int jdk.nashorn.internal.parser.TokenType[]
      StackMap stack:
         5: aload 3
            iload 1
            aaload
            astore 0 /* tokenType */
        start local 0 // jdk.nashorn.internal.parser.TokenType tokenType
         6: .line 63
            aload 0 /* tokenType */
            invokevirtual jdk.nashorn.internal.parser.TokenType.getName:()Ljava/lang/String;
            astore 4 /* name */
        start local 4 // java.lang.String name
         7: .line 66
            aload 4 /* name */
            ifnonnull 9
         8: .line 67
            goto 25
         9: .line 71
      StackMap locals: jdk.nashorn.internal.parser.TokenType int int jdk.nashorn.internal.parser.TokenType[] java.lang.String
      StackMap stack:
            aload 0 /* tokenType */
            invokevirtual jdk.nashorn.internal.parser.TokenType.getKind:()Ljdk/nashorn/internal/parser/TokenKind;
            getstatic jdk.nashorn.internal.parser.TokenKind.SPECIAL:Ljdk/nashorn/internal/parser/TokenKind;
            if_acmpeq 25
        10: .line 73
            aload 4 /* name */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            istore 5 /* first */
        start local 5 // char first
        11: .line 75
            iload 5 /* first */
            bipush 32
            isub
            istore 6 /* index */
        start local 6 // int index
        12: .line 76
            getstatic jdk.nashorn.internal.parser.TokenLookup.$assertionsDisabled:Z
            ifne 13
            iload 6 /* index */
            bipush 95
            if_icmplt 13
            new java.lang.AssertionError
            dup
            ldc "Token name does not fit lookup table"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
        13: .line 79
      StackMap locals: int int
      StackMap stack:
            aload 0 /* tokenType */
            invokevirtual jdk.nashorn.internal.parser.TokenType.getLength:()I
            istore 7 /* length */
        start local 7 // int length
        14: .line 81
            aconst_null
            astore 8 /* prev */
        start local 8 // jdk.nashorn.internal.parser.TokenType prev
        15: .line 82
            getstatic jdk.nashorn.internal.parser.TokenLookup.table:[Ljdk/nashorn/internal/parser/TokenType;
            iload 6 /* index */
            aaload
            astore 9 /* next */
        start local 9 // jdk.nashorn.internal.parser.TokenType next
        16: .line 85
            goto 19
        17: .line 86
      StackMap locals: int jdk.nashorn.internal.parser.TokenType jdk.nashorn.internal.parser.TokenType
      StackMap stack:
            aload 9 /* next */
            astore 8 /* prev */
        18: .line 87
            aload 9 /* next */
            invokevirtual jdk.nashorn.internal.parser.TokenType.getNext:()Ljdk/nashorn/internal/parser/TokenType;
            astore 9 /* next */
        19: .line 85
      StackMap locals:
      StackMap stack:
            aload 9 /* next */
            ifnull 20
            aload 9 /* next */
            invokevirtual jdk.nashorn.internal.parser.TokenType.getLength:()I
            iload 7 /* length */
            if_icmpgt 17
        20: .line 91
      StackMap locals:
      StackMap stack:
            aload 0 /* tokenType */
            aload 9 /* next */
            invokevirtual jdk.nashorn.internal.parser.TokenType.setNext:(Ljdk/nashorn/internal/parser/TokenType;)V
        21: .line 93
            aload 8 /* prev */
            ifnonnull 24
        22: .line 94
            getstatic jdk.nashorn.internal.parser.TokenLookup.table:[Ljdk/nashorn/internal/parser/TokenType;
            iload 6 /* index */
            aload 0 /* tokenType */
            aastore
        23: .line 95
            goto 25
        24: .line 96
      StackMap locals:
      StackMap stack:
            aload 8 /* prev */
            aload 0 /* tokenType */
            invokevirtual jdk.nashorn.internal.parser.TokenType.setNext:(Ljdk/nashorn/internal/parser/TokenType;)V
        end local 9 // jdk.nashorn.internal.parser.TokenType next
        end local 8 // jdk.nashorn.internal.parser.TokenType prev
        end local 7 // int length
        end local 6 // int index
        end local 5 // char first
        end local 4 // java.lang.String name
        end local 0 // jdk.nashorn.internal.parser.TokenType tokenType
        25: .line 61
      StackMap locals: top int int jdk.nashorn.internal.parser.TokenType[]
      StackMap stack:
            iinc 1 1
      StackMap locals:
      StackMap stack:
        26: iload 1
            iload 2
            if_icmplt 5
        27: .line 100
            return
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            6   25     0  tokenType  Ljdk/nashorn/internal/parser/TokenType;
            7   25     4       name  Ljava/lang/String;
           11   25     5      first  C
           12   25     6      index  I
           14   25     7     length  I
           15   25     8       prev  Ljdk/nashorn/internal/parser/TokenType;
           16   25     9       next  Ljdk/nashorn/internal/parser/TokenType;

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.nashorn.internal.parser.TokenLookup this
         0: .line 102
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 103
            return
        end local 0 // jdk.nashorn.internal.parser.TokenLookup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/nashorn/internal/parser/TokenLookup;

  public static jdk.nashorn.internal.parser.TokenType lookupKeyword(char[], int, int);
    descriptor: ([CII)Ljdk/nashorn/internal/parser/TokenType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=9, args_size=3
        start local 0 // char[] content
        start local 1 // int position
        start local 2 // int length
         0: .line 115
            getstatic jdk.nashorn.internal.parser.TokenLookup.$assertionsDisabled:Z
            ifne 1
            getstatic jdk.nashorn.internal.parser.TokenLookup.table:[Ljdk/nashorn/internal/parser/TokenType;
            ifnonnull 1
            new java.lang.AssertionError
            dup
            ldc "Token lookup table is not initialized"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* content */
            iload 1 /* position */
            caload
            istore 3 /* first */
        start local 3 // char first
         2: .line 121
            bipush 97
            iload 3 /* first */
            if_icmpgt 21
            iload 3 /* first */
            bipush 122
            if_icmpgt 21
         3: .line 123
            iload 3 /* first */
            bipush 32
            isub
            istore 4 /* index */
        start local 4 // int index
         4: .line 125
            getstatic jdk.nashorn.internal.parser.TokenLookup.table:[Ljdk/nashorn/internal/parser/TokenType;
            iload 4 /* index */
            aaload
            astore 5 /* tokenType */
        start local 5 // jdk.nashorn.internal.parser.TokenType tokenType
         5: .line 128
            goto 20
         6: .line 129
      StackMap locals: int int jdk.nashorn.internal.parser.TokenType
      StackMap stack:
            aload 5 /* tokenType */
            invokevirtual jdk.nashorn.internal.parser.TokenType.getLength:()I
            istore 6 /* tokenLength */
        start local 6 // int tokenLength
         7: .line 132
            iload 6 /* tokenLength */
            iload 2 /* length */
            if_icmpne 17
         8: .line 134
            aload 5 /* tokenType */
            invokevirtual jdk.nashorn.internal.parser.TokenType.getName:()Ljava/lang/String;
            astore 7 /* name */
        start local 7 // java.lang.String name
         9: .line 136
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        10: goto 14
        11: .line 137
      StackMap locals: int java.lang.String int
      StackMap stack:
            aload 0 /* content */
            iload 1 /* position */
            iload 8 /* i */
            iadd
            caload
            aload 7 /* name */
            iload 8 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            if_icmpeq 13
        12: .line 138
            goto 15
        13: .line 136
      StackMap locals:
      StackMap stack:
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 8 /* i */
            iload 2 /* length */
            if_icmplt 11
        15: .line 142
      StackMap locals:
      StackMap stack:
            iload 8 /* i */
            iload 2 /* length */
            if_icmpne 19
        16: .line 144
            aload 5 /* tokenType */
            areturn
        end local 8 // int i
        end local 7 // java.lang.String name
        17: .line 146
      StackMap locals:
      StackMap stack:
            iload 6 /* tokenLength */
            iload 2 /* length */
            if_icmpge 19
        18: .line 148
            goto 21
        19: .line 152
      StackMap locals:
      StackMap stack:
            aload 5 /* tokenType */
            invokevirtual jdk.nashorn.internal.parser.TokenType.getNext:()Ljdk/nashorn/internal/parser/TokenType;
            astore 5 /* tokenType */
        end local 6 // int tokenLength
        20: .line 128
      StackMap locals:
      StackMap stack:
            aload 5 /* tokenType */
            ifnonnull 6
        end local 5 // jdk.nashorn.internal.parser.TokenType tokenType
        end local 4 // int index
        21: .line 157
      StackMap locals:
      StackMap stack:
            getstatic jdk.nashorn.internal.parser.TokenType.IDENT:Ljdk/nashorn/internal/parser/TokenType;
            areturn
        end local 3 // char first
        end local 2 // int length
        end local 1 // int position
        end local 0 // char[] content
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   22     0      content  [C
            0   22     1     position  I
            0   22     2       length  I
            2   22     3        first  C
            4   21     4        index  I
            5   21     5    tokenType  Ljdk/nashorn/internal/parser/TokenType;
            7   20     6  tokenLength  I
            9   17     7         name  Ljava/lang/String;
           10   17     8            i  I
    MethodParameters:
          Name  Flags
      content   final
      position  final
      length    final

  public static jdk.nashorn.internal.parser.TokenType lookupOperator(char, char, char, char);
    descriptor: (CCCC)Ljdk/nashorn/internal/parser/TokenType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // char ch0
        start local 1 // char ch1
        start local 2 // char ch2
        start local 3 // char ch3
         0: .line 172
            getstatic jdk.nashorn.internal.parser.TokenLookup.$assertionsDisabled:Z
            ifne 1
            getstatic jdk.nashorn.internal.parser.TokenLookup.table:[Ljdk/nashorn/internal/parser/TokenType;
            ifnonnull 1
            new java.lang.AssertionError
            dup
            ldc "Token lookup table is not initialized"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         1: .line 175
      StackMap locals:
      StackMap stack:
            bipush 32
            iload 0 /* ch0 */
            if_icmpge 19
            iload 0 /* ch0 */
            bipush 126
            if_icmpgt 19
            bipush 97
            iload 0 /* ch0 */
            if_icmpgt 2
            iload 0 /* ch0 */
            bipush 122
            if_icmple 19
         2: .line 177
      StackMap locals:
      StackMap stack:
            iload 0 /* ch0 */
            bipush 32
            isub
            istore 4 /* index */
        start local 4 // int index
         3: .line 179
            getstatic jdk.nashorn.internal.parser.TokenLookup.table:[Ljdk/nashorn/internal/parser/TokenType;
            iload 4 /* index */
            aaload
            astore 5 /* tokenType */
        start local 5 // jdk.nashorn.internal.parser.TokenType tokenType
         4: .line 182
            goto 18
         5: .line 183
      StackMap locals: int jdk.nashorn.internal.parser.TokenType
      StackMap stack:
            aload 5 /* tokenType */
            invokevirtual jdk.nashorn.internal.parser.TokenType.getName:()Ljava/lang/String;
            astore 6 /* name */
        start local 6 // java.lang.String name
         6: .line 185
            aload 6 /* name */
            invokevirtual java.lang.String.length:()I
            tableswitch { // 1 - 4
                    1: 7
                    2: 8
                    3: 10
                    4: 13
              default: 17
          }
         7: .line 188
      StackMap locals: java.lang.String
      StackMap stack:
            aload 5 /* tokenType */
            areturn
         8: .line 191
      StackMap locals:
      StackMap stack:
            aload 6 /* name */
            iconst_1
            invokevirtual java.lang.String.charAt:(I)C
            iload 1 /* ch1 */
            if_icmpne 17
         9: .line 192
            aload 5 /* tokenType */
            areturn
        10: .line 197
      StackMap locals:
      StackMap stack:
            aload 6 /* name */
            iconst_1
            invokevirtual java.lang.String.charAt:(I)C
            iload 1 /* ch1 */
            if_icmpne 17
        11: .line 198
            aload 6 /* name */
            iconst_2
            invokevirtual java.lang.String.charAt:(I)C
            iload 2 /* ch2 */
            if_icmpne 17
        12: .line 199
            aload 5 /* tokenType */
            areturn
        13: .line 204
      StackMap locals:
      StackMap stack:
            aload 6 /* name */
            iconst_1
            invokevirtual java.lang.String.charAt:(I)C
            iload 1 /* ch1 */
            if_icmpne 17
        14: .line 205
            aload 6 /* name */
            iconst_2
            invokevirtual java.lang.String.charAt:(I)C
            iload 2 /* ch2 */
            if_icmpne 17
        15: .line 206
            aload 6 /* name */
            iconst_3
            invokevirtual java.lang.String.charAt:(I)C
            iload 3 /* ch3 */
            if_icmpne 17
        16: .line 207
            aload 5 /* tokenType */
            areturn
        17: .line 215
      StackMap locals:
      StackMap stack:
            aload 5 /* tokenType */
            invokevirtual jdk.nashorn.internal.parser.TokenType.getNext:()Ljdk/nashorn/internal/parser/TokenType;
            astore 5 /* tokenType */
        end local 6 // java.lang.String name
        18: .line 182
      StackMap locals:
      StackMap stack:
            aload 5 /* tokenType */
            ifnonnull 5
        end local 5 // jdk.nashorn.internal.parser.TokenType tokenType
        end local 4 // int index
        19: .line 220
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 3 // char ch3
        end local 2 // char ch2
        end local 1 // char ch1
        end local 0 // char ch0
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   20     0        ch0  C
            0   20     1        ch1  C
            0   20     2        ch2  C
            0   20     3        ch3  C
            3   19     4      index  I
            4   19     5  tokenType  Ljdk/nashorn/internal/parser/TokenType;
            6   18     6       name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      ch0   final
      ch1   final
      ch2   final
      ch3   final
}
SourceFile: "TokenLookup.java"