public class org.junit.experimental.theories.ParameterSignature
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.junit.experimental.theories.ParameterSignature
  super_class: java.lang.Object
{
  private static final java.util.Map<java.lang.Class<?>, java.lang.Class<?>> CONVERTABLE_TYPES_MAP;
    descriptor: Ljava/util/Map;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/Class<*>;Ljava/lang/Class<*>;>;

  private final java.lang.Class<?> type;
    descriptor: Ljava/lang/Class;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Class<*>;

  private final java.lang.annotation.Annotation[] annotations;
    descriptor: [Ljava/lang/annotation/Annotation;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 15
            invokestatic org.junit.experimental.theories.ParameterSignature.buildConvertableTypesMap:()Ljava/util/Map;
            putstatic org.junit.experimental.theories.ParameterSignature.CONVERTABLE_TYPES_MAP:Ljava/util/Map;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.util.Map<java.lang.Class<?>, java.lang.Class<?>> buildConvertableTypesMap();
    descriptor: ()Ljava/util/Map;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 18
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            astore 0 /* map */
        start local 0 // java.util.Map map
         1: .line 20
            aload 0 /* map */
            getstatic java.lang.Boolean.TYPE:Ljava/lang/Class;
            ldc Ljava/lang/Boolean;
            invokestatic org.junit.experimental.theories.ParameterSignature.putSymmetrically:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)V
         2: .line 21
            aload 0 /* map */
            getstatic java.lang.Byte.TYPE:Ljava/lang/Class;
            ldc Ljava/lang/Byte;
            invokestatic org.junit.experimental.theories.ParameterSignature.putSymmetrically:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)V
         3: .line 22
            aload 0 /* map */
            getstatic java.lang.Short.TYPE:Ljava/lang/Class;
            ldc Ljava/lang/Short;
            invokestatic org.junit.experimental.theories.ParameterSignature.putSymmetrically:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)V
         4: .line 23
            aload 0 /* map */
            getstatic java.lang.Character.TYPE:Ljava/lang/Class;
            ldc Ljava/lang/Character;
            invokestatic org.junit.experimental.theories.ParameterSignature.putSymmetrically:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 24
            aload 0 /* map */
            getstatic java.lang.Integer.TYPE:Ljava/lang/Class;
            ldc Ljava/lang/Integer;
            invokestatic org.junit.experimental.theories.ParameterSignature.putSymmetrically:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)V
         6: .line 25
            aload 0 /* map */
            getstatic java.lang.Long.TYPE:Ljava/lang/Class;
            ldc Ljava/lang/Long;
            invokestatic org.junit.experimental.theories.ParameterSignature.putSymmetrically:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)V
         7: .line 26
            aload 0 /* map */
            getstatic java.lang.Float.TYPE:Ljava/lang/Class;
            ldc Ljava/lang/Float;
            invokestatic org.junit.experimental.theories.ParameterSignature.putSymmetrically:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)V
         8: .line 27
            aload 0 /* map */
            getstatic java.lang.Double.TYPE:Ljava/lang/Class;
            ldc Ljava/lang/Double;
            invokestatic org.junit.experimental.theories.ParameterSignature.putSymmetrically:(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)V
         9: .line 29
            aload 0 /* map */
            invokestatic java.util.Collections.unmodifiableMap:(Ljava/util/Map;)Ljava/util/Map;
            areturn
        end local 0 // java.util.Map map
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            1   10     0   map  Ljava/util/Map<Ljava/lang/Class<*>;Ljava/lang/Class<*>;>;
    Signature: ()Ljava/util/Map<Ljava/lang/Class<*>;Ljava/lang/Class<*>;>;

  private static <T> void putSymmetrically(java.util.Map<T, T>, T, );
    descriptor: (Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.util.Map map
        start local 1 // java.lang.Object a
        start local 2 // java.lang.Object b
         0: .line 33
            aload 0 /* map */
            aload 1 /* a */
            aload 2 /* b */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 34
            aload 0 /* map */
            aload 2 /* b */
            aload 1 /* a */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         2: .line 35
            return
        end local 2 // java.lang.Object b
        end local 1 // java.lang.Object a
        end local 0 // java.util.Map map
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   map  Ljava/util/Map<TT;TT;>;
            0    3     1     a  TT;
            0    3     2     b  TT;
    Signature: <T:Ljava/lang/Object;>(Ljava/util/Map<TT;TT;>;TT;TT;)V
    MethodParameters:
      Name  Flags
      map   
      a     
      b     

  public static java.util.ArrayList<org.junit.experimental.theories.ParameterSignature> signatures(java.lang.reflect.Method);
    descriptor: (Ljava/lang/reflect/Method;)Ljava/util/ArrayList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.reflect.Method method
         0: .line 38
            aload 0 /* method */
            invokevirtual java.lang.reflect.Method.getParameterTypes:()[Ljava/lang/Class;
            aload 0 /* method */
         1: .line 39
            invokevirtual java.lang.reflect.Method.getParameterAnnotations:()[[Ljava/lang/annotation/Annotation;
         2: .line 38
            invokestatic org.junit.experimental.theories.ParameterSignature.signatures:([Ljava/lang/Class;[[Ljava/lang/annotation/Annotation;)Ljava/util/ArrayList;
            areturn
        end local 0 // java.lang.reflect.Method method
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0  method  Ljava/lang/reflect/Method;
    Signature: (Ljava/lang/reflect/Method;)Ljava/util/ArrayList<Lorg/junit/experimental/theories/ParameterSignature;>;
    MethodParameters:
        Name  Flags
      method  

  public static java.util.List<org.junit.experimental.theories.ParameterSignature> signatures(java.lang.reflect.Constructor<?>);
    descriptor: (Ljava/lang/reflect/Constructor;)Ljava/util/List;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.reflect.Constructor constructor
         0: .line 43
            aload 0 /* constructor */
            invokevirtual java.lang.reflect.Constructor.getParameterTypes:()[Ljava/lang/Class;
            aload 0 /* constructor */
         1: .line 44
            invokevirtual java.lang.reflect.Constructor.getParameterAnnotations:()[[Ljava/lang/annotation/Annotation;
         2: .line 43
            invokestatic org.junit.experimental.theories.ParameterSignature.signatures:([Ljava/lang/Class;[[Ljava/lang/annotation/Annotation;)Ljava/util/ArrayList;
            areturn
        end local 0 // java.lang.reflect.Constructor constructor
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0  constructor  Ljava/lang/reflect/Constructor<*>;
    Signature: (Ljava/lang/reflect/Constructor<*>;)Ljava/util/List<Lorg/junit/experimental/theories/ParameterSignature;>;
    MethodParameters:
             Name  Flags
      constructor  

  private static java.util.ArrayList<org.junit.experimental.theories.ParameterSignature> signatures(java.lang.Class<?>[], java.lang.annotation.Annotation[][]);
    descriptor: ([Ljava/lang/Class;[[Ljava/lang/annotation/Annotation;)Ljava/util/ArrayList;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // java.lang.Class[] parameterTypes
        start local 1 // java.lang.annotation.Annotation[][] parameterAnnotations
         0: .line 49
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* sigs */
        start local 2 // java.util.ArrayList sigs
         1: .line 50
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 7
         3: .line 51
      StackMap locals: java.util.ArrayList int
      StackMap stack:
            aload 2 /* sigs */
            new org.junit.experimental.theories.ParameterSignature
            dup
            aload 0 /* parameterTypes */
            iload 3 /* i */
            aaload
         4: .line 52
            aload 1 /* parameterAnnotations */
            iload 3 /* i */
            aaload
            invokespecial org.junit.experimental.theories.ParameterSignature.<init>:(Ljava/lang/Class;[Ljava/lang/annotation/Annotation;)V
         5: .line 51
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         6: .line 50
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            aload 0 /* parameterTypes */
            arraylength
            if_icmplt 3
        end local 3 // int i
         8: .line 54
            aload 2 /* sigs */
            areturn
        end local 2 // java.util.ArrayList sigs
        end local 1 // java.lang.annotation.Annotation[][] parameterAnnotations
        end local 0 // java.lang.Class[] parameterTypes
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    9     0        parameterTypes  [Ljava/lang/Class;
            0    9     1  parameterAnnotations  [[Ljava/lang/annotation/Annotation;
            1    9     2                  sigs  Ljava/util/ArrayList<Lorg/junit/experimental/theories/ParameterSignature;>;
            2    8     3                     i  I
    Signature: ([Ljava/lang/Class<*>;[[Ljava/lang/annotation/Annotation;)Ljava/util/ArrayList<Lorg/junit/experimental/theories/ParameterSignature;>;
    MethodParameters:
                      Name  Flags
      parameterTypes        
      parameterAnnotations  

  private void <init>(java.lang.Class<?>, java.lang.annotation.Annotation[]);
    descriptor: (Ljava/lang/Class;[Ljava/lang/annotation/Annotation;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.junit.experimental.theories.ParameterSignature this
        start local 1 // java.lang.Class type
        start local 2 // java.lang.annotation.Annotation[] annotations
         0: .line 61
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 62
            aload 0 /* this */
            aload 1 /* type */
            putfield org.junit.experimental.theories.ParameterSignature.type:Ljava/lang/Class;
         2: .line 63
            aload 0 /* this */
            aload 2 /* annotations */
            putfield org.junit.experimental.theories.ParameterSignature.annotations:[Ljava/lang/annotation/Annotation;
         3: .line 64
            return
        end local 2 // java.lang.annotation.Annotation[] annotations
        end local 1 // java.lang.Class type
        end local 0 // org.junit.experimental.theories.ParameterSignature this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/junit/experimental/theories/ParameterSignature;
            0    4     1         type  Ljava/lang/Class<*>;
            0    4     2  annotations  [Ljava/lang/annotation/Annotation;
    Signature: (Ljava/lang/Class<*>;[Ljava/lang/annotation/Annotation;)V
    MethodParameters:
             Name  Flags
      type         
      annotations  

  public boolean canAcceptValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.junit.experimental.theories.ParameterSignature this
        start local 1 // java.lang.Object candidate
         0: .line 67
            aload 1 /* candidate */
            ifnonnull 2
            aload 0 /* this */
            getfield org.junit.experimental.theories.ParameterSignature.type:Ljava/lang/Class;
            invokevirtual java.lang.Class.isPrimitive:()Z
            ifeq 1
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack:
         1: iconst_1
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* this */
            aload 1 /* candidate */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual org.junit.experimental.theories.ParameterSignature.canAcceptType:(Ljava/lang/Class;)Z
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 1 // java.lang.Object candidate
        end local 0 // org.junit.experimental.theories.ParameterSignature this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/junit/experimental/theories/ParameterSignature;
            0    4     1  candidate  Ljava/lang/Object;
    MethodParameters:
           Name  Flags
      candidate  

  public boolean canAcceptType(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.junit.experimental.theories.ParameterSignature this
        start local 1 // java.lang.Class candidate
         0: .line 71
            aload 0 /* this */
            getfield org.junit.experimental.theories.ParameterSignature.type:Ljava/lang/Class;
            aload 1 /* candidate */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifne 3
         1: .line 72
            aload 0 /* this */
            aload 0 /* this */
            getfield org.junit.experimental.theories.ParameterSignature.type:Ljava/lang/Class;
            aload 1 /* candidate */
            invokevirtual org.junit.experimental.theories.ParameterSignature.isAssignableViaTypeConversion:(Ljava/lang/Class;Ljava/lang/Class;)Z
            ifne 3
         2: .line 71
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 1 // java.lang.Class candidate
        end local 0 // org.junit.experimental.theories.ParameterSignature this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/junit/experimental/theories/ParameterSignature;
            0    4     1  candidate  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
           Name  Flags
      candidate  

  public boolean canPotentiallyAcceptType(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.junit.experimental.theories.ParameterSignature this
        start local 1 // java.lang.Class candidate
         0: .line 76
            aload 1 /* candidate */
            aload 0 /* this */
            getfield org.junit.experimental.theories.ParameterSignature.type:Ljava/lang/Class;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifne 4
         1: .line 77
            aload 0 /* this */
            aload 1 /* candidate */
            aload 0 /* this */
            getfield org.junit.experimental.theories.ParameterSignature.type:Ljava/lang/Class;
            invokevirtual org.junit.experimental.theories.ParameterSignature.isAssignableViaTypeConversion:(Ljava/lang/Class;Ljava/lang/Class;)Z
            ifne 4
         2: .line 78
            aload 0 /* this */
            aload 1 /* candidate */
            invokevirtual org.junit.experimental.theories.ParameterSignature.canAcceptType:(Ljava/lang/Class;)Z
            ifne 4
         3: .line 76
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_1
            ireturn
        end local 1 // java.lang.Class candidate
        end local 0 // org.junit.experimental.theories.ParameterSignature this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/junit/experimental/theories/ParameterSignature;
            0    5     1  candidate  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
           Name  Flags
      candidate  

  private boolean isAssignableViaTypeConversion(java.lang.Class<?>, java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.junit.experimental.theories.ParameterSignature this
        start local 1 // java.lang.Class targetType
        start local 2 // java.lang.Class candidate
         0: .line 82
            getstatic org.junit.experimental.theories.ParameterSignature.CONVERTABLE_TYPES_MAP:Ljava/util/Map;
            aload 2 /* candidate */
            invokeinterface java.util.Map.containsKey:(Ljava/lang/Object;)Z
            ifeq 3
         1: .line 83
            getstatic org.junit.experimental.theories.ParameterSignature.CONVERTABLE_TYPES_MAP:Ljava/util/Map;
            aload 2 /* candidate */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Class
            astore 3 /* wrapperClass */
        start local 3 // java.lang.Class wrapperClass
         2: .line 84
            aload 1 /* targetType */
            aload 3 /* wrapperClass */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ireturn
        end local 3 // java.lang.Class wrapperClass
         3: .line 86
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // java.lang.Class candidate
        end local 1 // java.lang.Class targetType
        end local 0 // org.junit.experimental.theories.ParameterSignature this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/junit/experimental/theories/ParameterSignature;
            0    4     1    targetType  Ljava/lang/Class<*>;
            0    4     2     candidate  Ljava/lang/Class<*>;
            2    3     3  wrapperClass  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/Class<*>;)Z
    MethodParameters:
            Name  Flags
      targetType  
      candidate   

  public java.lang.Class<?> getType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.junit.experimental.theories.ParameterSignature this
         0: .line 91
            aload 0 /* this */
            getfield org.junit.experimental.theories.ParameterSignature.type:Ljava/lang/Class;
            areturn
        end local 0 // org.junit.experimental.theories.ParameterSignature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/junit/experimental/theories/ParameterSignature;
    Signature: ()Ljava/lang/Class<*>;

  public java.util.List<java.lang.annotation.Annotation> getAnnotations();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.junit.experimental.theories.ParameterSignature this
         0: .line 95
            aload 0 /* this */
            getfield org.junit.experimental.theories.ParameterSignature.annotations:[Ljava/lang/annotation/Annotation;
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            areturn
        end local 0 // org.junit.experimental.theories.ParameterSignature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/junit/experimental/theories/ParameterSignature;
    Signature: ()Ljava/util/List<Ljava/lang/annotation/Annotation;>;

  public boolean hasAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.junit.experimental.theories.ParameterSignature this
        start local 1 // java.lang.Class type
         0: .line 99
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual org.junit.experimental.theories.ParameterSignature.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Class type
        end local 0 // org.junit.experimental.theories.ParameterSignature this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/junit/experimental/theories/ParameterSignature;
            0    2     1  type  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
    Signature: (Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;)Z
    MethodParameters:
      Name  Flags
      type  

  public <T extends java.lang.annotation.Annotation> T findDeepAnnotation(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.junit.experimental.theories.ParameterSignature this
        start local 1 // java.lang.Class annotationType
         0: .line 103
            aload 0 /* this */
            getfield org.junit.experimental.theories.ParameterSignature.annotations:[Ljava/lang/annotation/Annotation;
            astore 2 /* annotations2 */
        start local 2 // java.lang.annotation.Annotation[] annotations2
         1: .line 104
            aload 0 /* this */
            aload 2 /* annotations2 */
            aload 1 /* annotationType */
            iconst_3
            invokevirtual org.junit.experimental.theories.ParameterSignature.findDeepAnnotation:([Ljava/lang/annotation/Annotation;Ljava/lang/Class;I)Ljava/lang/annotation/Annotation;
            areturn
        end local 2 // java.lang.annotation.Annotation[] annotations2
        end local 1 // java.lang.Class annotationType
        end local 0 // org.junit.experimental.theories.ParameterSignature this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/junit/experimental/theories/ParameterSignature;
            0    2     1  annotationType  Ljava/lang/Class<TT;>;
            1    2     2    annotations2  [Ljava/lang/annotation/Annotation;
    Signature: <T::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
                Name  Flags
      annotationType  

  private <T extends java.lang.annotation.Annotation> T findDeepAnnotation(java.lang.annotation.Annotation[], java.lang.Class<T>, );
    descriptor: ([Ljava/lang/annotation/Annotation;Ljava/lang/Class;I)Ljava/lang/annotation/Annotation;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=9, args_size=4
        start local 0 // org.junit.experimental.theories.ParameterSignature this
        start local 1 // java.lang.annotation.Annotation[] annotations
        start local 2 // java.lang.Class annotationType
        start local 3 // int depth
         0: .line 109
            iload 3 /* depth */
            ifne 2
         1: .line 110
            aconst_null
            areturn
         2: .line 112
      StackMap locals:
      StackMap stack:
            aload 1 /* annotations */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 12
      StackMap locals: org.junit.experimental.theories.ParameterSignature java.lang.annotation.Annotation[] java.lang.Class int top int int java.lang.annotation.Annotation[]
      StackMap stack:
         3: aload 7
            iload 5
            aaload
            astore 4 /* each */
        start local 4 // java.lang.annotation.Annotation each
         4: .line 113
            aload 2 /* annotationType */
            aload 4 /* each */
            invokevirtual java.lang.Class.isInstance:(Ljava/lang/Object;)Z
            ifeq 6
         5: .line 114
            aload 2 /* annotationType */
            aload 4 /* each */
            invokevirtual java.lang.Class.cast:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.annotation.Annotation
            areturn
         6: .line 116
      StackMap locals: org.junit.experimental.theories.ParameterSignature java.lang.annotation.Annotation[] java.lang.Class int java.lang.annotation.Annotation int int java.lang.annotation.Annotation[]
      StackMap stack:
            aload 0 /* this */
            aload 4 /* each */
            invokeinterface java.lang.annotation.Annotation.annotationType:()Ljava/lang/Class;
         7: .line 117
            invokevirtual java.lang.Class.getAnnotations:()[Ljava/lang/annotation/Annotation;
            aload 2 /* annotationType */
            iload 3 /* depth */
            iconst_1
            isub
         8: .line 116
            invokevirtual org.junit.experimental.theories.ParameterSignature.findDeepAnnotation:([Ljava/lang/annotation/Annotation;Ljava/lang/Class;I)Ljava/lang/annotation/Annotation;
            astore 8 /* candidate */
        start local 8 // java.lang.annotation.Annotation candidate
         9: .line 118
            aload 8 /* candidate */
            ifnull 11
        10: .line 119
            aload 2 /* annotationType */
            aload 8 /* candidate */
            invokevirtual java.lang.Class.cast:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.annotation.Annotation
            areturn
        end local 8 // java.lang.annotation.Annotation candidate
        end local 4 // java.lang.annotation.Annotation each
        11: .line 112
      StackMap locals: org.junit.experimental.theories.ParameterSignature java.lang.annotation.Annotation[] java.lang.Class int top int int java.lang.annotation.Annotation[]
      StackMap stack:
            iinc 5 1
      StackMap locals:
      StackMap stack:
        12: iload 5
            iload 6
            if_icmplt 3
        13: .line 123
            aconst_null
            areturn
        end local 3 // int depth
        end local 2 // java.lang.Class annotationType
        end local 1 // java.lang.annotation.Annotation[] annotations
        end local 0 // org.junit.experimental.theories.ParameterSignature this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   14     0            this  Lorg/junit/experimental/theories/ParameterSignature;
            0   14     1     annotations  [Ljava/lang/annotation/Annotation;
            0   14     2  annotationType  Ljava/lang/Class<TT;>;
            0   14     3           depth  I
            4   11     4            each  Ljava/lang/annotation/Annotation;
            9   11     8       candidate  Ljava/lang/annotation/Annotation;
    Signature: <T::Ljava/lang/annotation/Annotation;>([Ljava/lang/annotation/Annotation;Ljava/lang/Class<TT;>;I)TT;
    MethodParameters:
                Name  Flags
      annotations     
      annotationType  
      depth           

  public <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.junit.experimental.theories.ParameterSignature this
        start local 1 // java.lang.Class annotationType
         0: .line 127
            aload 0 /* this */
            invokevirtual org.junit.experimental.theories.ParameterSignature.getAnnotations:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: org.junit.experimental.theories.ParameterSignature java.lang.Class top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.annotation.Annotation
            astore 2 /* each */
        start local 2 // java.lang.annotation.Annotation each
         2: .line 128
            aload 1 /* annotationType */
            aload 2 /* each */
            invokevirtual java.lang.Class.isInstance:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 129
            aload 1 /* annotationType */
            aload 2 /* each */
            invokevirtual java.lang.Class.cast:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.annotation.Annotation
            areturn
        end local 2 // java.lang.annotation.Annotation each
         4: .line 127
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         5: .line 132
            aconst_null
            areturn
        end local 1 // java.lang.Class annotationType
        end local 0 // org.junit.experimental.theories.ParameterSignature this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lorg/junit/experimental/theories/ParameterSignature;
            0    6     1  annotationType  Ljava/lang/Class<TT;>;
            2    4     2            each  Ljava/lang/annotation/Annotation;
    Signature: <T::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
                Name  Flags
      annotationType  
}
SourceFile: "ParameterSignature.java"