class com.oracle.js.parser.Parser$1 implements com.oracle.js.parser.Lexer$LineInfoReceiver
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.js.parser.Parser$1
  super_class: java.lang.Object
{
  final com.oracle.js.parser.Parser this$0;
    descriptor: Lcom/oracle/js/parser/Parser;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.js.parser.Parser);
    descriptor: (Lcom/oracle/js/parser/Parser;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.js.parser.Parser$1 this
         0: .line 321
            aload 0 /* this */
            aload 1
            putfield com.oracle.js.parser.Parser$1.this$0:Lcom/oracle/js/parser/Parser;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.js.parser.Parser$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/js/parser/Parser$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void lineInfo(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.js.parser.Parser$1 this
        start local 1 // int receiverLine
        start local 2 // int receiverLinePosition
         0: .line 325
            aload 0 /* this */
            getfield com.oracle.js.parser.Parser$1.this$0:Lcom/oracle/js/parser/Parser;
            iload 1 /* receiverLine */
            putfield com.oracle.js.parser.Parser.line:I
         1: .line 326
            aload 0 /* this */
            getfield com.oracle.js.parser.Parser$1.this$0:Lcom/oracle/js/parser/Parser;
            iload 2 /* receiverLinePosition */
            putfield com.oracle.js.parser.Parser.linePosition:I
         2: .line 327
            return
        end local 2 // int receiverLinePosition
        end local 1 // int receiverLine
        end local 0 // com.oracle.js.parser.Parser$1 this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    3     0                  this  Lcom/oracle/js/parser/Parser$1;
            0    3     1          receiverLine  I
            0    3     2  receiverLinePosition  I
    MethodParameters:
                      Name  Flags
      receiverLine          final
      receiverLinePosition  final
}
SourceFile: "Parser.java"
EnclosingMethod: com.oracle.js.parser.Parser.<init>:(Lcom/oracle/js/parser/ScriptEnvironment;Lcom/oracle/js/parser/Source;Lcom/oracle/js/parser/ErrorManager;ZI)V
NestHost: com.oracle.js.parser.Parser
InnerClasses:
  protected abstract LineInfoReceiver = com.oracle.js.parser.Lexer$LineInfoReceiver of com.oracle.js.parser.Lexer
  com.oracle.js.parser.Parser$1