class org.jruby.ext.ripper.RipperParser$53 implements org.jruby.ext.ripper.RipperParserState
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.ext.ripper.RipperParser$53
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/ext/ripper/RipperParser$53;
public java.lang.Object execute(org.jruby.ext.ripper.RipperParser, java.lang.Object, java.lang.Object[], int);
descriptor: (Lorg/jruby/ext/ripper/RipperParser;Ljava/lang/Object;[Ljava/lang/Object;I)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 1
ldc "on_command_call"
aload 3
bipush -3
iload 4
iadd
aaload
checkcast org.jruby.runtime.builtin.IRubyObject
aload 3
bipush -2
iload 4
iadd
aaload
checkcast org.jruby.runtime.builtin.IRubyObject
aload 3
iconst_m1
iload 4
iadd
aaload
checkcast org.jruby.runtime.builtin.IRubyObject
aload 3
iconst_0
iload 4
iadd
aaload
checkcast org.jruby.runtime.builtin.IRubyObject
invokevirtual org.jruby.ext.ripper.RipperParser.dispatch:(Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
astore 2
1: aload 2
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/ext/ripper/RipperParser$53;
0 2 1 p Lorg/jruby/ext/ripper/RipperParser;
0 2 2 yyVal Ljava/lang/Object;
0 2 3 yyVals [Ljava/lang/Object;
0 2 4 yyTop I
MethodParameters:
Name Flags
p
yyVal
yyVals
yyTop
}
SourceFile: "RipperParser.java"
EnclosingMethod: org.jruby.ext.ripper.RipperParser
NestHost: org.jruby.ext.ripper.RipperParser
InnerClasses:
org.jruby.ext.ripper.RipperParser$53