class org.jruby.javasupport.binding.MethodGatherer$6 extends java.lang.ClassValue<java.lang.Boolean>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.javasupport.binding.MethodGatherer$6
  super_class: java.lang.ClassValue
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.javasupport.binding.MethodGatherer$6 this
         0: .line 278
            aload 0 /* this */
            invokespecial java.lang.ClassValue.<init>:()V
            return
        end local 0 // org.jruby.javasupport.binding.MethodGatherer$6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/javasupport/binding/MethodGatherer$6;

  protected java.lang.Boolean computeValue(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Boolean;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=8, args_size=2
        start local 0 // org.jruby.javasupport.binding.MethodGatherer$6 this
        start local 1 // java.lang.Class type
         0: .line 281
            aload 1 /* type */
            invokevirtual java.lang.Class.isInterface:()Z
            ifeq 1
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
         1: .line 283
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* scalaAnno */
        start local 2 // boolean scalaAnno
         2: .line 284
            aload 1 /* type */
            invokevirtual java.lang.Class.getDeclaredAnnotations:()[Ljava/lang/annotation/Annotation;
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 9
      StackMap locals: org.jruby.javasupport.binding.MethodGatherer$6 java.lang.Class int top int int java.lang.annotation.Annotation[]
      StackMap stack:
         3: aload 6
            iload 4
            aaload
            astore 3 /* anno */
        start local 3 // java.lang.annotation.Annotation anno
         4: .line 285
            aload 3 /* anno */
            invokeinterface java.lang.annotation.Annotation.annotationType:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getPackage:()Ljava/lang/Package;
            astore 7 /* pkg */
        start local 7 // java.lang.Package pkg
         5: .line 286
            aload 7 /* pkg */
            ifnull 8
            aload 7 /* pkg */
            invokevirtual java.lang.Package.getName:()Ljava/lang/String;
            ifnull 8
            aload 7 /* pkg */
            invokevirtual java.lang.Package.getName:()Ljava/lang/String;
            ldc "scala."
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 8
         6: .line 287
            iconst_1
            istore 2 /* scalaAnno */
         7: .line 288
            goto 10
        end local 7 // java.lang.Package pkg
        end local 3 // java.lang.annotation.Annotation anno
         8: .line 284
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
         9: iload 4
            iload 5
            if_icmplt 3
        10: .line 291
      StackMap locals: org.jruby.javasupport.binding.MethodGatherer$6 java.lang.Class int
      StackMap stack:
            iload 2 /* scalaAnno */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 2 // boolean scalaAnno
        end local 1 // java.lang.Class type
        end local 0 // org.jruby.javasupport.binding.MethodGatherer$6 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lorg/jruby/javasupport/binding/MethodGatherer$6;
            0   11     1       type  Ljava/lang/Class<*>;
            2   11     2  scalaAnno  Z
            4    8     3       anno  Ljava/lang/annotation/Annotation;
            5    8     7        pkg  Ljava/lang/Package;
    Signature: (Ljava/lang/Class<*>;)Ljava/lang/Boolean;
    MethodParameters:
      Name  Flags
      type  

  protected java.lang.Object computeValue(java.lang.Class);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.jruby.javasupport.binding.MethodGatherer$6.computeValue:(Ljava/lang/Class;)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/ClassValue<Ljava/lang/Boolean;>;
SourceFile: "MethodGatherer.java"
EnclosingMethod: org.jruby.javasupport.binding.MethodGatherer
NestHost: org.jruby.javasupport.binding.MethodGatherer
InnerClasses:
  org.jruby.javasupport.binding.MethodGatherer$6