class org.jruby.javasupport.binding.MethodGatherer$PartitionedMethods
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.javasupport.binding.MethodGatherer$PartitionedMethods
super_class: java.lang.Object
{
final java.lang.reflect.Method[] instanceMethods;
descriptor: [Ljava/lang/reflect/Method;
flags: (0x0010) ACC_FINAL
final java.lang.reflect.Method[] staticMethods;
descriptor: [Ljava/lang/reflect/Method;
flags: (0x0010) ACC_FINAL
void <init>(java.lang.reflect.Method[]);
descriptor: ([Ljava/lang/reflect/Method;)V
flags: (0x0000)
Code:
stack=3, locals=9, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: getstatic java.util.Collections.EMPTY_LIST:Ljava/util/List;
astore 2
start local 2 2: getstatic java.util.Collections.EMPTY_LIST:Ljava/util/List;
astore 3
start local 3 3: aload 1
dup
astore 7
arraylength
istore 6
iconst_0
istore 5
goto 14
StackMap locals: org.jruby.javasupport.binding.MethodGatherer$PartitionedMethods java.lang.reflect.Method[] java.util.List java.util.List top int int java.lang.reflect.Method[]
StackMap stack:
4: aload 7
iload 5
aaload
astore 4
start local 4 5: aload 4
invokevirtual java.lang.reflect.Method.getModifiers:()I
istore 8
start local 8 6: aload 4
iload 8
invokestatic org.jruby.javasupport.binding.MethodGatherer$PartitionedMethods.filterAccessible:(Ljava/lang/reflect/Method;I)Z
ifeq 13
7: iload 8
invokestatic java.lang.reflect.Modifier.isStatic:(I)Z
ifeq 11
8: aload 3
getstatic java.util.Collections.EMPTY_LIST:Ljava/util/List;
if_acmpne 9
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 3
9: StackMap locals: org.jruby.javasupport.binding.MethodGatherer$PartitionedMethods java.lang.reflect.Method[] java.util.List java.util.List java.lang.reflect.Method int int java.lang.reflect.Method[] int
StackMap stack:
aload 3
aload 4
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
10: goto 13
11: StackMap locals:
StackMap stack:
aload 2
getstatic java.util.Collections.EMPTY_LIST:Ljava/util/List;
if_acmpne 12
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 2
12: StackMap locals:
StackMap stack:
aload 2
aload 4
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 8 end local 4 13: StackMap locals: org.jruby.javasupport.binding.MethodGatherer$PartitionedMethods java.lang.reflect.Method[] java.util.List java.util.List top int int java.lang.reflect.Method[]
StackMap stack:
iinc 5 1
StackMap locals:
StackMap stack:
14: iload 5
iload 6
if_icmplt 4
15: aload 0
aload 2
aload 2
invokeinterface java.util.List.size:()I
anewarray java.lang.reflect.Method
invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
checkcast java.lang.reflect.Method[]
putfield org.jruby.javasupport.binding.MethodGatherer$PartitionedMethods.instanceMethods:[Ljava/lang/reflect/Method;
16: aload 0
aload 3
aload 3
invokeinterface java.util.List.size:()I
anewarray java.lang.reflect.Method
invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
checkcast java.lang.reflect.Method[]
putfield org.jruby.javasupport.binding.MethodGatherer$PartitionedMethods.staticMethods:[Ljava/lang/reflect/Method;
17: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lorg/jruby/javasupport/binding/MethodGatherer$PartitionedMethods;
0 18 1 methods [Ljava/lang/reflect/Method;
2 18 2 instanceMethods Ljava/util/List<Ljava/lang/reflect/Method;>;
3 18 3 staticMethods Ljava/util/List<Ljava/lang/reflect/Method;>;
5 13 4 m Ljava/lang/reflect/Method;
6 13 8 modifiers I
MethodParameters:
Name Flags
methods
private static boolean filterAccessible(java.lang.reflect.Method, int);
descriptor: (Ljava/lang/reflect/Method;I)Z
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: iload 1
invokestatic java.lang.reflect.Modifier.isPrivate:(I)Z
ifeq 1
iconst_0
ireturn
1: StackMap locals:
StackMap stack:
iload 1
invokestatic java.lang.reflect.Modifier.isPublic:(I)Z
ifne 2
aload 0
ldc Lorg/jruby/javasupport/Java;
invokestatic com.headius.backport9.modules.Modules.trySetAccessible:(Ljava/lang/reflect/AccessibleObject;Ljava/lang/Class;)Z
ifne 2
iconst_0
ireturn
2: StackMap locals:
StackMap stack:
iload 1
bipush 64
iand
ifeq 3
iconst_0
ireturn
3: StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 method Ljava/lang/reflect/Method;
0 4 1 mod I
MethodParameters:
Name Flags
method
mod
}
SourceFile: "MethodGatherer.java"
NestHost: org.jruby.javasupport.binding.MethodGatherer
InnerClasses:
private PartitionedMethods = org.jruby.javasupport.binding.MethodGatherer$PartitionedMethods of org.jruby.javasupport.binding.MethodGatherer