class org.jruby.util.Dir$2 implements org.jruby.util.Dir$GlobFunc<org.jruby.util.Dir$GlobArgs>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.util.Dir$2
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.util.Dir$2 this
         0: .line 419
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.util.Dir$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/Dir$2;

  public int call(byte[], int, int, org.jcodings.Encoding, org.jruby.util.Dir$GlobArgs);
    descriptor: ([BIILorg/jcodings/Encoding;Lorg/jruby/util/Dir$GlobArgs;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // org.jruby.util.Dir$2 this
        start local 1 // byte[] ptr
        start local 2 // int p
        start local 3 // int len
        start local 4 // org.jcodings.Encoding enc
        start local 5 // org.jruby.util.Dir$GlobArgs args
         0: .line 421
            aload 5 /* args */
            iload 2 /* p */
            putfield org.jruby.util.Dir$GlobArgs.c:I
         1: .line 422
            aload 5 /* args */
            getfield org.jruby.util.Dir$GlobArgs.func:Lorg/jruby/util/Dir$GlobFunc;
            aload 1 /* ptr */
            aload 5 /* args */
            getfield org.jruby.util.Dir$GlobArgs.c:I
            iload 3 /* len */
            aload 4 /* enc */
            aload 5 /* args */
            getfield org.jruby.util.Dir$GlobArgs.arg:Ljava/util/List;
            invokeinterface org.jruby.util.Dir$GlobFunc.call:([BIILorg/jcodings/Encoding;Ljava/lang/Object;)I
            ireturn
        end local 5 // org.jruby.util.Dir$GlobArgs args
        end local 4 // org.jcodings.Encoding enc
        end local 3 // int len
        end local 2 // int p
        end local 1 // byte[] ptr
        end local 0 // org.jruby.util.Dir$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/util/Dir$2;
            0    2     1   ptr  [B
            0    2     2     p  I
            0    2     3   len  I
            0    2     4   enc  Lorg/jcodings/Encoding;
            0    2     5  args  Lorg/jruby/util/Dir$GlobArgs;
    MethodParameters:
      Name  Flags
      ptr   
      p     
      len   
      enc   
      args  

  public int call(byte[], int, int, org.jcodings.Encoding, java.lang.Object);
    descriptor: ([BIILorg/jcodings/Encoding;Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=6, locals=6, args_size=6
         0: .line 1
            aload 0
            aload 1
            iload 2
            iload 3
            aload 4
            aload 5
            checkcast org.jruby.util.Dir$GlobArgs
            invokevirtual org.jruby.util.Dir$2.call:([BIILorg/jcodings/Encoding;Lorg/jruby/util/Dir$GlobArgs;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lorg/jruby/util/Dir$GlobFunc<Lorg/jruby/util/Dir$GlobArgs;>;
SourceFile: "Dir.java"
EnclosingMethod: org.jruby.util.Dir
NestHost: org.jruby.util.Dir
InnerClasses:
  org.jruby.util.Dir$2
  private GlobArgs = org.jruby.util.Dir$GlobArgs of org.jruby.util.Dir
  private abstract GlobFunc = org.jruby.util.Dir$GlobFunc of org.jruby.util.Dir