class com.oracle.js.parser.Lexer$State extends com.oracle.js.parser.Scanner$State
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.js.parser.Lexer$State
  super_class: com.oracle.js.parser.Scanner$State
{
  public final int pendingLine;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int linePosition;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final com.oracle.js.parser.TokenType last;
    descriptor: Lcom/oracle/js/parser/TokenType;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  void <init>(int, int, int, int, int, com.oracle.js.parser.TokenType);
    descriptor: (IIIIILcom/oracle/js/parser/TokenType;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=7, args_size=7
        start local 0 // com.oracle.js.parser.Lexer$State this
        start local 1 // int position
        start local 2 // int limit
        start local 3 // int line
        start local 4 // int pendingLine
        start local 5 // int linePosition
        start local 6 // com.oracle.js.parser.TokenType last
         0: .line 233
            aload 0 /* this */
            iload 1 /* position */
            iload 2 /* limit */
            iload 3 /* line */
            invokespecial com.oracle.js.parser.Scanner$State.<init>:(III)V
         1: .line 235
            aload 0 /* this */
            iload 4 /* pendingLine */
            putfield com.oracle.js.parser.Lexer$State.pendingLine:I
         2: .line 236
            aload 0 /* this */
            iload 5 /* linePosition */
            putfield com.oracle.js.parser.Lexer$State.linePosition:I
         3: .line 237
            aload 0 /* this */
            aload 6 /* last */
            putfield com.oracle.js.parser.Lexer$State.last:Lcom/oracle/js/parser/TokenType;
         4: .line 238
            return
        end local 6 // com.oracle.js.parser.TokenType last
        end local 5 // int linePosition
        end local 4 // int pendingLine
        end local 3 // int line
        end local 2 // int limit
        end local 1 // int position
        end local 0 // com.oracle.js.parser.Lexer$State this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lcom/oracle/js/parser/Lexer$State;
            0    5     1      position  I
            0    5     2         limit  I
            0    5     3          line  I
            0    5     4   pendingLine  I
            0    5     5  linePosition  I
            0    5     6          last  Lcom/oracle/js/parser/TokenType;
    MethodParameters:
              Name  Flags
      position      final
      limit         final
      line          final
      pendingLine   final
      linePosition  final
      last          final
}
SourceFile: "Lexer.java"
NestHost: com.oracle.js.parser.Lexer
InnerClasses:
  State = com.oracle.js.parser.Lexer$State of com.oracle.js.parser.Lexer
  State = com.oracle.js.parser.Scanner$State of com.oracle.js.parser.Scanner