class org.jruby.parser.RubyParser$414 implements org.jruby.parser.ParserState
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.parser.RubyParser$414
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$414;
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=8, locals=8, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 4
bipush -3
iload 5
iadd
aaload
checkcast org.jruby.ast.Node
ifnull 5
1: aload 1
aload 1
aload 4
bipush -3
iload 5
iadd
aaload
checkcast org.jruby.ast.Node
new org.jruby.ast.GlobalVarNode
dup
aload 4
bipush -5
iload 5
iadd
aaload
checkcast org.jruby.lexer.yacc.ISourcePosition
aload 1
getstatic org.jruby.lexer.yacc.RubyLexer.DOLLAR_BANG:Lorg/jruby/util/ByteList;
invokevirtual org.jruby.parser.ParserSupport.symbolID:(Lorg/jruby/util/ByteList;)Lorg/jruby/RubySymbol;
invokespecial org.jruby.ast.GlobalVarNode.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/RubySymbol;)V
invokevirtual org.jruby.parser.ParserSupport.node_assign:(Lorg/jruby/ast/Node;Lorg/jruby/ast/Node;)Lorg/jruby/ast/Node;
aload 4
iconst_m1
iload 5
iadd
aaload
checkcast org.jruby.ast.Node
invokevirtual org.jruby.parser.ParserSupport.appendToBlock:(Lorg/jruby/ast/Node;Lorg/jruby/ast/Node;)Lorg/jruby/ast/Node;
astore 6
start local 6 2: aload 4
iconst_m1
iload 5
iadd
aaload
checkcast org.jruby.ast.Node
ifnull 6
3: aload 6
aload 4
bipush -5
iload 5
iadd
aaload
checkcast org.jruby.lexer.yacc.ISourcePosition
invokevirtual org.jruby.ast.Node.setPosition:(Lorg/jruby/lexer/yacc/ISourcePosition;)V
4: goto 6
end local 6 5: StackMap locals:
StackMap stack:
aload 4
iconst_m1
iload 5
iadd
aaload
checkcast org.jruby.ast.Node
astore 6
start local 6 6: StackMap locals: org.jruby.ast.Node
StackMap stack:
aload 1
aload 6
invokevirtual org.jruby.parser.ParserSupport.makeNullNil:(Lorg/jruby/ast/Node;)Lorg/jruby/ast/Node;
astore 7
start local 7 7: new org.jruby.ast.RescueBodyNode
dup
aload 4
bipush -5
iload 5
iadd
aaload
checkcast org.jruby.lexer.yacc.ISourcePosition
aload 4
bipush -4
iload 5
iadd
aaload
checkcast org.jruby.ast.Node
aload 7
aload 4
iconst_0
iload 5
iadd
aaload
checkcast org.jruby.ast.RescueBodyNode
invokespecial org.jruby.ast.RescueBodyNode.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/ast/Node;Lorg/jruby/ast/Node;Lorg/jruby/ast/RescueBodyNode;)V
astore 3
8: aload 3
areturn
end local 7 end local 6 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 9 0 this Lorg/jruby/parser/RubyParser$414;
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
2 5 6 node Lorg/jruby/ast/Node;
6 9 6 node Lorg/jruby/ast/Node;
7 9 7 body Lorg/jruby/ast/Node;
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$414