class org.jruby.RubyGlobal$PostMatchGlobalVariable extends org.jruby.runtime.GlobalVariable
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.RubyGlobal$PostMatchGlobalVariable
super_class: org.jruby.runtime.GlobalVariable
{
public void <init>(org.jruby.Ruby, java.lang.String);
descriptor: (Lorg/jruby/Ruby;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 // org.jruby.RubyGlobal$PostMatchGlobalVariable this
start local 1 // org.jruby.Ruby runtime
start local 2 // java.lang.String name
0: .line 661
aload 0 /* this */
aload 1 /* runtime */
aload 2 /* name */
aload 1 /* runtime */
invokevirtual org.jruby.Ruby.getNil:()Lorg/jruby/runtime/builtin/IRubyObject;
invokespecial org.jruby.runtime.GlobalVariable.<init>:(Lorg/jruby/Ruby;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)V
1: .line 662
return
end local 2 // java.lang.String name
end local 1 // org.jruby.Ruby runtime
end local 0 // org.jruby.RubyGlobal$PostMatchGlobalVariable this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/RubyGlobal$PostMatchGlobalVariable;
0 2 1 runtime Lorg/jruby/Ruby;
0 2 2 name Ljava/lang/String;
MethodParameters:
Name Flags
runtime
name
public org.jruby.runtime.builtin.IRubyObject get();
descriptor: ()Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // org.jruby.RubyGlobal$PostMatchGlobalVariable this
0: .line 666
aload 0 /* this */
getfield org.jruby.RubyGlobal$PostMatchGlobalVariable.runtime:Lorg/jruby/Ruby;
invokevirtual org.jruby.Ruby.getCurrentContext:()Lorg/jruby/runtime/ThreadContext;
invokevirtual org.jruby.runtime.ThreadContext.getBackRef:()Lorg/jruby/runtime/builtin/IRubyObject;
invokestatic org.jruby.RubyRegexp.match_post:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 0 // org.jruby.RubyGlobal$PostMatchGlobalVariable this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/RubyGlobal$PostMatchGlobalVariable;
}
SourceFile: "RubyGlobal.java"
NestHost: org.jruby.RubyGlobal
InnerClasses:
private PostMatchGlobalVariable = org.jruby.RubyGlobal$PostMatchGlobalVariable of org.jruby.RubyGlobal