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 // org.jruby.javasupport.binding.MethodGatherer$PartitionedMethods this
        start local 1 // java.lang.reflect.Method[] methods
         0: .line 620
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 621
            getstatic java.util.Collections.EMPTY_LIST:Ljava/util/List;
            astore 2 /* instanceMethods */
        start local 2 // java.util.List instanceMethods
         2: .line 622
            getstatic java.util.Collections.EMPTY_LIST:Ljava/util/List;
            astore 3 /* staticMethods */
        start local 3 // java.util.List staticMethods
         3: .line 624
            aload 1 /* methods */
            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 /* m */
        start local 4 // java.lang.reflect.Method m
         5: .line 625
            aload 4 /* m */
            invokevirtual java.lang.reflect.Method.getModifiers:()I
            istore 8 /* modifiers */
        start local 8 // int modifiers
         6: .line 626
            aload 4 /* m */
            iload 8 /* modifiers */
            invokestatic org.jruby.javasupport.binding.MethodGatherer$PartitionedMethods.filterAccessible:(Ljava/lang/reflect/Method;I)Z
            ifeq 13
         7: .line 627
            iload 8 /* modifiers */
            invokestatic java.lang.reflect.Modifier.isStatic:(I)Z
            ifeq 11
         8: .line 628
            aload 3 /* staticMethods */
            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 /* staticMethods */
         9: .line 629
      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 /* staticMethods */
            aload 4 /* m */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        10: .line 630
            goto 13
        11: .line 631
      StackMap locals:
      StackMap stack:
            aload 2 /* instanceMethods */
            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 /* instanceMethods */
        12: .line 632
      StackMap locals:
      StackMap stack:
            aload 2 /* instanceMethods */
            aload 4 /* m */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 8 // int modifiers
        end local 4 // java.lang.reflect.Method m
        13: .line 624
      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: .line 637
            aload 0 /* this */
            aload 2 /* instanceMethods */
            aload 2 /* instanceMethods */
            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: .line 638
            aload 0 /* this */
            aload 3 /* staticMethods */
            aload 3 /* staticMethods */
            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: .line 639
            return
        end local 3 // java.util.List staticMethods
        end local 2 // java.util.List instanceMethods
        end local 1 // java.lang.reflect.Method[] methods
        end local 0 // org.jruby.javasupport.binding.MethodGatherer$PartitionedMethods this
      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 // java.lang.reflect.Method method
        start local 1 // int mod
         0: .line 643
            iload 1 /* mod */
            invokestatic java.lang.reflect.Modifier.isPrivate:(I)Z
            ifeq 1
            iconst_0
            ireturn
         1: .line 646
      StackMap locals:
      StackMap stack:
            iload 1 /* mod */
            invokestatic java.lang.reflect.Modifier.isPublic:(I)Z
            ifne 2
            aload 0 /* method */
            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: .line 650
      StackMap locals:
      StackMap stack:
            iload 1 /* mod */
            bipush 64
            iand
            ifeq 3
            iconst_0
            ireturn
         3: .line 652
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 1 // int mod
        end local 0 // java.lang.reflect.Method method
      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