class org.jruby.parser.RubyParser$301 implements org.jruby.parser.ParserState
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.parser.RubyParser$301
super_class: java.lang.Object
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/parser/RubyParser$301;
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 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 4
iconst_m1
iload 5
iadd
aaload
checkcast org.jruby.ast.Node
ifnull 3
1: aload 4
iconst_m1
iload 5
iadd
aaload
checkcast org.jruby.ast.BlockAcceptingNode
invokeinterface org.jruby.ast.BlockAcceptingNode.getIterNode:()Lorg/jruby/ast/Node;
instanceof org.jruby.ast.BlockPassNode
ifeq 3
2: aload 2
getstatic org.jruby.lexer.yacc.SyntaxException$PID.BLOCK_ARG_AND_BLOCK_GIVEN:Lorg/jruby/lexer/yacc/SyntaxException$PID;
ldc "Both block arg and actual block given."
invokevirtual org.jruby.lexer.yacc.RubyLexer.compile_error:(Lorg/jruby/lexer/yacc/SyntaxException$PID;Ljava/lang/String;)V
3: StackMap locals:
StackMap stack:
aload 4
iconst_m1
iload 5
iadd
aaload
checkcast org.jruby.ast.BlockAcceptingNode
aload 4
iconst_0
iload 5
iadd
aaload
checkcast org.jruby.ast.IterNode
invokeinterface org.jruby.ast.BlockAcceptingNode.setIterNode:(Lorg/jruby/ast/Node;)Lorg/jruby/ast/Node;
astore 3
4: aload 3
checkcast org.jruby.ast.Node
aload 4
iconst_m1
iload 5
iadd
aaload
checkcast org.jruby.ast.Node
invokevirtual org.jruby.ast.Node.getPosition:()Lorg/jruby/lexer/yacc/ISourcePosition;
invokevirtual org.jruby.ast.Node.setPosition:(Lorg/jruby/lexer/yacc/ISourcePosition;)V
5: aload 3
areturn
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/parser/RubyParser$301;
0 6 1 support Lorg/jruby/parser/ParserSupport;
0 6 2 lexer Lorg/jruby/lexer/yacc/RubyLexer;
0 6 3 yyVal Ljava/lang/Object;
0 6 4 yyVals [Ljava/lang/Object;
0 6 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:
public final PID = org.jruby.lexer.yacc.SyntaxException$PID of org.jruby.lexer.yacc.SyntaxException
org.jruby.parser.RubyParser$301