class org.jruby.parser.RubyParser$127 implements org.jruby.parser.ParserState
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.parser.RubyParser$127
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.parser.RubyParser$127 this
         0: .line 2607
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.parser.RubyParser$127 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/parser/RubyParser$127;

  public java.lang.Object execute(org.jruby.parser.ParserSupport, org.jruby.lexer.yacc.RubyLexer, java.lang.Object, java.lang.Object[], int);
    descriptor: (Lorg/jruby/parser/ParserSupport;Lorg/jruby/lexer/yacc/RubyLexer;Ljava/lang/Object;[Ljava/lang/Object;I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // org.jruby.parser.RubyParser$127 this
        start local 1 // org.jruby.parser.ParserSupport support
        start local 2 // org.jruby.lexer.yacc.RubyLexer lexer
        start local 3 // java.lang.Object yyVal
        start local 4 // java.lang.Object[] yyVals
        start local 5 // int yyTop
         0: .line 2609
            new org.jruby.ast.LiteralNode
            dup
            aload 2 /* lexer */
            invokevirtual org.jruby.lexer.yacc.RubyLexer.getPosition:()Lorg/jruby/lexer/yacc/ISourcePosition;
            aload 1 /* support */
            aload 4 /* yyVals */
            iconst_0
            iload 5 /* yyTop */
            iadd
            aaload
            checkcast org.jruby.util.ByteList
            invokevirtual org.jruby.parser.ParserSupport.symbolID:(Lorg/jruby/util/ByteList;)Lorg/jruby/RubySymbol;
            invokespecial org.jruby.ast.LiteralNode.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/RubySymbol;)V
            astore 3 /* yyVal */
         1: .line 2610
            aload 3 /* yyVal */
            areturn
        end local 5 // int yyTop
        end local 4 // java.lang.Object[] yyVals
        end local 3 // java.lang.Object yyVal
        end local 2 // org.jruby.lexer.yacc.RubyLexer lexer
        end local 1 // org.jruby.parser.ParserSupport support
        end local 0 // org.jruby.parser.RubyParser$127 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/parser/RubyParser$127;
            0    2     1  support  Lorg/jruby/parser/ParserSupport;
            0    2     2    lexer  Lorg/jruby/lexer/yacc/RubyLexer;
            0    2     3    yyVal  Ljava/lang/Object;
            0    2     4   yyVals  [Ljava/lang/Object;
            0    2     5    yyTop  I
    MethodParameters:
         Name  Flags
      support  
      lexer    
      yyVal    
      yyVals   
      yyTop    
}
SourceFile: "RubyParser.java"
EnclosingMethod: org.jruby.parser.RubyParser
NestHost: org.jruby.parser.RubyParser
InnerClasses:
  org.jruby.parser.RubyParser$127