class org.jruby.parser.RubyParser$318 implements org.jruby.parser.ParserState
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.parser.RubyParser$318
  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$318 this
         0: .line 3860
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.parser.RubyParser$318 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/parser/RubyParser$318;

  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=4, locals=6, args_size=6
        start local 0 // org.jruby.parser.RubyParser$318 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 3862
            new java.lang.Integer
            dup
            aload 1 /* support */
            invokevirtual org.jruby.parser.ParserSupport.isInClass:()Z
            ifeq 1
            iconst_2
            goto 2
      StackMap locals: org.jruby.parser.RubyParser$318 org.jruby.parser.ParserSupport org.jruby.lexer.yacc.RubyLexer java.lang.Object java.lang.Object[] int
      StackMap stack: new 0 new 0
         1: iconst_0
      StackMap locals: org.jruby.parser.RubyParser$318 org.jruby.parser.ParserSupport org.jruby.lexer.yacc.RubyLexer java.lang.Object java.lang.Object[] int
      StackMap stack: new 0 new 0 int
         2: aload 1 /* support */
            invokevirtual org.jruby.parser.ParserSupport.isInDef:()Z
            ifeq 3
            iconst_1
            goto 4
      StackMap locals: org.jruby.parser.RubyParser$318 org.jruby.parser.ParserSupport org.jruby.lexer.yacc.RubyLexer java.lang.Object java.lang.Object[] int
      StackMap stack: new 0 new 0 int
         3: iconst_0
      StackMap locals: org.jruby.parser.RubyParser$318 org.jruby.parser.ParserSupport org.jruby.lexer.yacc.RubyLexer java.lang.Object java.lang.Object[] int
      StackMap stack: new 0 new 0 int int
         4: iand
            invokespecial java.lang.Integer.<init>:(I)V
            astore 3 /* yyVal */
         5: .line 3863
            aload 1 /* support */
            iconst_0
            invokevirtual org.jruby.parser.ParserSupport.setInDef:(Z)V
         6: .line 3864
            aload 1 /* support */
            iconst_0
            invokevirtual org.jruby.parser.ParserSupport.setIsInClass:(Z)V
         7: .line 3865
            aload 1 /* support */
            invokevirtual org.jruby.parser.ParserSupport.pushLocalScope:()V
         8: .line 3866
            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$318 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/jruby/parser/RubyParser$318;
            0    9     1  support  Lorg/jruby/parser/ParserSupport;
            0    9     2    lexer  Lorg/jruby/lexer/yacc/RubyLexer;
            0    9     3    yyVal  Ljava/lang/Object;
            0    9     4   yyVals  [Ljava/lang/Object;
            0    9     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$318