class org.jruby.ext.ripper.RipperParser$40 implements org.jruby.ext.ripper.RipperParserState
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.ext.ripper.RipperParser$40
super_class: java.lang.Object
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 // org.jruby.ext.ripper.RipperParser$40 this
0: .line 1881
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // org.jruby.ext.ripper.RipperParser$40 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ext/ripper/RipperParser$40;
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=9, locals=5, args_size=5
start local 0 // org.jruby.ext.ripper.RipperParser$40 this
start local 1 // org.jruby.ext.ripper.RipperParser p
start local 2 // java.lang.Object yyVal
start local 3 // java.lang.Object[] yyVals
start local 4 // int yyTop
0: .line 1883
aload 1 /* p */
ldc "on_opassign"
1: .line 1884
aload 1 /* p */
ldc "on_field"
aload 3 /* yyVals */
bipush -4
iload 4 /* yyTop */
iadd
aaload
checkcast org.jruby.runtime.builtin.IRubyObject
aload 1 /* p */
ldc "::"
invokevirtual org.jruby.ext.ripper.RipperParser.intern:(Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
aload 3 /* yyVals */
bipush -2
iload 4 /* yyTop */
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;
2: .line 1885
aload 3 /* yyVals */
iconst_m1
iload 4 /* yyTop */
iadd
aaload
checkcast org.jruby.runtime.builtin.IRubyObject
aload 3 /* yyVals */
iconst_0
iload 4 /* yyTop */
iadd
aaload
checkcast org.jruby.runtime.builtin.IRubyObject
3: .line 1883
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;
astore 2 /* yyVal */
4: .line 1886
aload 2 /* yyVal */
areturn
end local 4 // int yyTop
end local 3 // java.lang.Object[] yyVals
end local 2 // java.lang.Object yyVal
end local 1 // org.jruby.ext.ripper.RipperParser p
end local 0 // org.jruby.ext.ripper.RipperParser$40 this
LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/jruby/ext/ripper/RipperParser$40;
0 5 1 p Lorg/jruby/ext/ripper/RipperParser;
0 5 2 yyVal Ljava/lang/Object;
0 5 3 yyVals [Ljava/lang/Object;
0 5 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$40