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 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/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 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 5
iload 2
putfield org.jruby.util.Dir$GlobArgs.c:I
1: aload 5
getfield org.jruby.util.Dir$GlobArgs.func:Lorg/jruby/util/Dir$GlobFunc;
aload 1
aload 5
getfield org.jruby.util.Dir$GlobArgs.c:I
iload 3
aload 4
aload 5
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 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/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: 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