class org.jruby.RubyGlobal$MatchMatchGlobalVariable extends org.jruby.runtime.GlobalVariable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.RubyGlobal$MatchMatchGlobalVariable
  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$MatchMatchGlobalVariable this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // java.lang.String name
         0: .line 639
            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 640
            return
        end local 2 // java.lang.String name
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.RubyGlobal$MatchMatchGlobalVariable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/RubyGlobal$MatchMatchGlobalVariable;
            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$MatchMatchGlobalVariable this
         0: .line 644
            aload 0 /* this */
            getfield org.jruby.RubyGlobal$MatchMatchGlobalVariable.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.last_match:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 0 // org.jruby.RubyGlobal$MatchMatchGlobalVariable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyGlobal$MatchMatchGlobalVariable;
}
SourceFile: "RubyGlobal.java"
NestHost: org.jruby.RubyGlobal
InnerClasses:
  private MatchMatchGlobalVariable = org.jruby.RubyGlobal$MatchMatchGlobalVariable of org.jruby.RubyGlobal