class org.jruby.parser.RubyParser$8 implements org.jruby.parser.ParserState
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.parser.RubyParser$8
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$8;
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=7, 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
astore 6
start local 6 1: aload 4
bipush -2
iload 5
iadd
aaload
checkcast org.jruby.ast.RescueBodyNode
ifnull 4
2: new org.jruby.ast.RescueNode
dup
aload 1
aload 4
bipush -3
iload 5
iadd
aaload
checkcast org.jruby.ast.Node
invokevirtual org.jruby.parser.ParserSupport.getPosition:(Lorg/jruby/lexer/yacc/ISourcePositionHolder;)Lorg/jruby/lexer/yacc/ISourcePosition;
aload 4
bipush -3
iload 5
iadd
aaload
checkcast org.jruby.ast.Node
aload 4
bipush -2
iload 5
iadd
aaload
checkcast org.jruby.ast.RescueBodyNode
aload 4
iconst_m1
iload 5
iadd
aaload
checkcast org.jruby.ast.Node
invokespecial org.jruby.ast.RescueNode.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/ast/Node;Lorg/jruby/ast/RescueBodyNode;Lorg/jruby/ast/Node;)V
astore 6
3: goto 7
StackMap locals: org.jruby.ast.Node
StackMap stack:
4: aload 4
iconst_m1
iload 5
iadd
aaload
checkcast org.jruby.ast.Node
ifnull 7
5: aload 1
getstatic org.jruby.common.IRubyWarnings$ID.ELSE_WITHOUT_RESCUE:Lorg/jruby/common/IRubyWarnings$ID;
aload 1
aload 4
bipush -3
iload 5
iadd
aaload
checkcast org.jruby.ast.Node
invokevirtual org.jruby.parser.ParserSupport.getPosition:(Lorg/jruby/lexer/yacc/ISourcePositionHolder;)Lorg/jruby/lexer/yacc/ISourcePosition;
ldc "else without rescue is useless"
iconst_0
anewarray java.lang.Object
invokevirtual org.jruby.parser.ParserSupport.warn:(Lorg/jruby/common/IRubyWarnings$ID;Lorg/jruby/lexer/yacc/ISourcePosition;Ljava/lang/String;[Ljava/lang/Object;)V
6: aload 1
aload 4
bipush -3
iload 5
iadd
aaload
checkcast org.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
7: StackMap locals:
StackMap stack:
aload 4
iconst_0
iload 5
iadd
aaload
checkcast org.jruby.ast.Node
ifnull 12
8: aload 6
ifnull 11
9: new org.jruby.ast.EnsureNode
dup
aload 1
aload 4
bipush -3
iload 5
iadd
aaload
checkcast org.jruby.ast.Node
invokevirtual org.jruby.parser.ParserSupport.getPosition:(Lorg/jruby/lexer/yacc/ISourcePositionHolder;)Lorg/jruby/lexer/yacc/ISourcePosition;
aload 1
aload 6
invokevirtual org.jruby.parser.ParserSupport.makeNullNil:(Lorg/jruby/ast/Node;)Lorg/jruby/ast/Node;
aload 4
iconst_0
iload 5
iadd
aaload
checkcast org.jruby.ast.Node
invokespecial org.jruby.ast.EnsureNode.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/ast/Node;Lorg/jruby/ast/Node;)V
astore 6
10: goto 12
11: StackMap locals:
StackMap stack:
aload 1
aload 4
iconst_0
iload 5
iadd
aaload
checkcast org.jruby.ast.Node
getstatic org.jruby.ast.NilImplicitNode.NIL:Lorg/jruby/ast/NilImplicitNode;
invokevirtual org.jruby.parser.ParserSupport.appendToBlock:(Lorg/jruby/ast/Node;Lorg/jruby/ast/Node;)Lorg/jruby/ast/Node;
astore 6
12: StackMap locals:
StackMap stack:
aload 1
aload 6
aload 4
bipush -3
iload 5
iadd
aaload
checkcast org.jruby.ast.Node
invokevirtual org.jruby.parser.ParserSupport.fixpos:(Lorg/jruby/ast/Node;Lorg/jruby/ast/Node;)V
13: aload 6
astore 3
14: aload 3
areturn
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 15 0 this Lorg/jruby/parser/RubyParser$8;
0 15 1 support Lorg/jruby/parser/ParserSupport;
0 15 2 lexer Lorg/jruby/lexer/yacc/RubyLexer;
0 15 3 yyVal Ljava/lang/Object;
0 15 4 yyVals [Ljava/lang/Object;
0 15 5 yyTop I
1 15 6 node 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:
public final ID = org.jruby.common.IRubyWarnings$ID of org.jruby.common.IRubyWarnings
org.jruby.parser.RubyParser$8