public final class com.google.common.reflect.Parameter implements java.lang.reflect.AnnotatedElement
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.google.common.reflect.Parameter
  super_class: java.lang.Object
{
  private final com.google.common.reflect.Invokable<?, ?> declaration;
    descriptor: Lcom/google/common/reflect/Invokable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/google/common/reflect/Invokable<**>;

  private final int position;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.google.common.reflect.TypeToken<?> type;
    descriptor: Lcom/google/common/reflect/TypeToken;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/google/common/reflect/TypeToken<*>;

  private final com.google.common.collect.ImmutableList<java.lang.annotation.Annotation> annotations;
    descriptor: Lcom/google/common/collect/ImmutableList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/google/common/collect/ImmutableList<Ljava/lang/annotation/Annotation;>;

  private final java.lang.reflect.AnnotatedType annotatedType;
    descriptor: Ljava/lang/reflect/AnnotatedType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.google.common.reflect.Invokable<?, ?>, int, com.google.common.reflect.TypeToken<?>, java.lang.annotation.Annotation[], java.lang.reflect.AnnotatedType);
    descriptor: (Lcom/google/common/reflect/Invokable;ILcom/google/common/reflect/TypeToken;[Ljava/lang/annotation/Annotation;Ljava/lang/reflect/AnnotatedType;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // com.google.common.reflect.Parameter this
        start local 1 // com.google.common.reflect.Invokable declaration
        start local 2 // int position
        start local 3 // com.google.common.reflect.TypeToken type
        start local 4 // java.lang.annotation.Annotation[] annotations
        start local 5 // java.lang.reflect.AnnotatedType annotatedType
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 48
            aload 0 /* this */
            aload 1 /* declaration */
            putfield com.google.common.reflect.Parameter.declaration:Lcom/google/common/reflect/Invokable;
         2: .line 49
            aload 0 /* this */
            iload 2 /* position */
            putfield com.google.common.reflect.Parameter.position:I
         3: .line 50
            aload 0 /* this */
            aload 3 /* type */
            putfield com.google.common.reflect.Parameter.type:Lcom/google/common/reflect/TypeToken;
         4: .line 51
            aload 0 /* this */
            aload 4 /* annotations */
            invokestatic com.google.common.collect.ImmutableList.copyOf:([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
            putfield com.google.common.reflect.Parameter.annotations:Lcom/google/common/collect/ImmutableList;
         5: .line 52
            aload 0 /* this */
            aload 5 /* annotatedType */
            putfield com.google.common.reflect.Parameter.annotatedType:Ljava/lang/reflect/AnnotatedType;
         6: .line 53
            return
        end local 5 // java.lang.reflect.AnnotatedType annotatedType
        end local 4 // java.lang.annotation.Annotation[] annotations
        end local 3 // com.google.common.reflect.TypeToken type
        end local 2 // int position
        end local 1 // com.google.common.reflect.Invokable declaration
        end local 0 // com.google.common.reflect.Parameter this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lcom/google/common/reflect/Parameter;
            0    7     1    declaration  Lcom/google/common/reflect/Invokable<**>;
            0    7     2       position  I
            0    7     3           type  Lcom/google/common/reflect/TypeToken<*>;
            0    7     4    annotations  [Ljava/lang/annotation/Annotation;
            0    7     5  annotatedType  Ljava/lang/reflect/AnnotatedType;
    Signature: (Lcom/google/common/reflect/Invokable<**>;ILcom/google/common/reflect/TypeToken<*>;[Ljava/lang/annotation/Annotation;Ljava/lang/reflect/AnnotatedType;)V
    MethodParameters:
               Name  Flags
      declaration    
      position       
      type           
      annotations    
      annotatedType  

  public com.google.common.reflect.TypeToken<?> getType();
    descriptor: ()Lcom/google/common/reflect/TypeToken;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.reflect.Parameter this
         0: .line 57
            aload 0 /* this */
            getfield com.google.common.reflect.Parameter.type:Lcom/google/common/reflect/TypeToken;
            areturn
        end local 0 // com.google.common.reflect.Parameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/reflect/Parameter;
    Signature: ()Lcom/google/common/reflect/TypeToken<*>;

  public com.google.common.reflect.Invokable<?, ?> getDeclaringInvokable();
    descriptor: ()Lcom/google/common/reflect/Invokable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.reflect.Parameter this
         0: .line 62
            aload 0 /* this */
            getfield com.google.common.reflect.Parameter.declaration:Lcom/google/common/reflect/Invokable;
            areturn
        end local 0 // com.google.common.reflect.Parameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/reflect/Parameter;
    Signature: ()Lcom/google/common/reflect/Invokable<**>;

  public boolean isAnnotationPresent(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 // com.google.common.reflect.Parameter this
        start local 1 // java.lang.Class annotationType
         0: .line 67
            aload 0 /* this */
            aload 1 /* annotationType */
            invokevirtual com.google.common.reflect.Parameter.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 annotationType
        end local 0 // com.google.common.reflect.Parameter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/google/common/reflect/Parameter;
            0    2     1  annotationType  Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;
    Signature: (Ljava/lang/Class<+Ljava/lang/annotation/Annotation;>;)Z
    MethodParameters:
                Name  Flags
      annotationType  

  public <A extends java.lang.annotation.Annotation> A getAnnotation(java.lang.Class<A>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.google.common.reflect.Parameter this
        start local 1 // java.lang.Class annotationType
         0: .line 72
            aload 1 /* annotationType */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 73
            aload 0 /* this */
            getfield com.google.common.reflect.Parameter.annotations:Lcom/google/common/collect/ImmutableList;
            invokevirtual com.google.common.collect.ImmutableList.iterator:()Ljava/util/Iterator;
            astore 3
            goto 5
      StackMap locals: com.google.common.reflect.Parameter java.lang.Class top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.annotation.Annotation
            astore 2 /* annotation */
        start local 2 // java.lang.annotation.Annotation annotation
         3: .line 74
            aload 1 /* annotationType */
            aload 2 /* annotation */
            invokevirtual java.lang.Class.isInstance:(Ljava/lang/Object;)Z
            ifeq 5
         4: .line 75
            aload 1 /* annotationType */
            aload 2 /* annotation */
            invokevirtual java.lang.Class.cast:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.annotation.Annotation
            areturn
        end local 2 // java.lang.annotation.Annotation annotation
         5: .line 73
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         6: .line 78
            aconst_null
            areturn
        end local 1 // java.lang.Class annotationType
        end local 0 // com.google.common.reflect.Parameter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0            this  Lcom/google/common/reflect/Parameter;
            0    7     1  annotationType  Ljava/lang/Class<TA;>;
            3    5     2      annotation  Ljava/lang/annotation/Annotation;
    Signature: <A::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TA;>;)TA;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
                Name  Flags
      annotationType  

  public java.lang.annotation.Annotation[] getAnnotations();
    descriptor: ()[Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.reflect.Parameter this
         0: .line 83
            aload 0 /* this */
            invokevirtual com.google.common.reflect.Parameter.getDeclaredAnnotations:()[Ljava/lang/annotation/Annotation;
            areturn
        end local 0 // com.google.common.reflect.Parameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/reflect/Parameter;

  public <A extends java.lang.annotation.Annotation> A[] getAnnotationsByType(java.lang.Class<A>);
    descriptor: (Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.reflect.Parameter this
        start local 1 // java.lang.Class annotationType
         0: .line 89
            aload 0 /* this */
            aload 1 /* annotationType */
            invokevirtual com.google.common.reflect.Parameter.getDeclaredAnnotationsByType:(Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;
            areturn
        end local 1 // java.lang.Class annotationType
        end local 0 // com.google.common.reflect.Parameter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/google/common/reflect/Parameter;
            0    1     1  annotationType  Ljava/lang/Class<TA;>;
    Signature: <A::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TA;>;)[TA;
    MethodParameters:
                Name  Flags
      annotationType  

  public java.lang.annotation.Annotation[] getDeclaredAnnotations();
    descriptor: ()[Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.reflect.Parameter this
         0: .line 96
            aload 0 /* this */
            getfield com.google.common.reflect.Parameter.annotations:Lcom/google/common/collect/ImmutableList;
            aload 0 /* this */
            getfield com.google.common.reflect.Parameter.annotations:Lcom/google/common/collect/ImmutableList;
            invokevirtual com.google.common.collect.ImmutableList.size:()I
            anewarray java.lang.annotation.Annotation
            invokevirtual com.google.common.collect.ImmutableList.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast java.lang.annotation.Annotation[]
            areturn
        end local 0 // com.google.common.reflect.Parameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/reflect/Parameter;

  public <A extends java.lang.annotation.Annotation> A getDeclaredAnnotation(java.lang.Class<A>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.reflect.Parameter this
        start local 1 // java.lang.Class annotationType
         0: .line 102
            aload 1 /* annotationType */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 103
            aload 0 /* this */
            getfield com.google.common.reflect.Parameter.annotations:Lcom/google/common/collect/ImmutableList;
            invokestatic com.google.common.collect.FluentIterable.from:(Ljava/lang/Iterable;)Lcom/google/common/collect/FluentIterable;
            aload 1 /* annotationType */
            invokevirtual com.google.common.collect.FluentIterable.filter:(Ljava/lang/Class;)Lcom/google/common/collect/FluentIterable;
            invokevirtual com.google.common.collect.FluentIterable.first:()Lcom/google/common/base/Optional;
            invokevirtual com.google.common.base.Optional.orNull:()Ljava/lang/Object;
            checkcast java.lang.annotation.Annotation
            areturn
        end local 1 // java.lang.Class annotationType
        end local 0 // com.google.common.reflect.Parameter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lcom/google/common/reflect/Parameter;
            0    2     1  annotationType  Ljava/lang/Class<TA;>;
    Signature: <A::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TA;>;)TA;
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
                Name  Flags
      annotationType  

  public <A extends java.lang.annotation.Annotation> A[] getDeclaredAnnotationsByType(java.lang.Class<A>);
    descriptor: (Ljava/lang/Class;)[Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.reflect.Parameter this
        start local 1 // java.lang.Class annotationType
         0: .line 109
            aload 0 /* this */
            getfield com.google.common.reflect.Parameter.annotations:Lcom/google/common/collect/ImmutableList;
            invokestatic com.google.common.collect.FluentIterable.from:(Ljava/lang/Iterable;)Lcom/google/common/collect/FluentIterable;
            aload 1 /* annotationType */
            invokevirtual com.google.common.collect.FluentIterable.filter:(Ljava/lang/Class;)Lcom/google/common/collect/FluentIterable;
            aload 1 /* annotationType */
            invokevirtual com.google.common.collect.FluentIterable.toArray:(Ljava/lang/Class;)[Ljava/lang/Object;
            checkcast java.lang.annotation.Annotation[]
            areturn
        end local 1 // java.lang.Class annotationType
        end local 0 // com.google.common.reflect.Parameter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/google/common/reflect/Parameter;
            0    1     1  annotationType  Ljava/lang/Class<TA;>;
    Signature: <A::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TA;>;)[TA;
    MethodParameters:
                Name  Flags
      annotationType  

  public java.lang.reflect.AnnotatedType getAnnotatedType();
    descriptor: ()Ljava/lang/reflect/AnnotatedType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.reflect.Parameter this
         0: .line 115
            aload 0 /* this */
            getfield com.google.common.reflect.Parameter.annotatedType:Ljava/lang/reflect/AnnotatedType;
            areturn
        end local 0 // com.google.common.reflect.Parameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/reflect/Parameter;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.google.common.reflect.Parameter this
        start local 1 // java.lang.Object obj
         0: .line 120
            aload 1 /* obj */
            instanceof com.google.common.reflect.Parameter
            ifeq 4
         1: .line 121
            aload 1 /* obj */
            checkcast com.google.common.reflect.Parameter
            astore 2 /* that */
        start local 2 // com.google.common.reflect.Parameter that
         2: .line 122
            aload 0 /* this */
            getfield com.google.common.reflect.Parameter.position:I
            aload 2 /* that */
            getfield com.google.common.reflect.Parameter.position:I
            if_icmpne 3
            aload 0 /* this */
            getfield com.google.common.reflect.Parameter.declaration:Lcom/google/common/reflect/Invokable;
            aload 2 /* that */
            getfield com.google.common.reflect.Parameter.declaration:Lcom/google/common/reflect/Invokable;
            invokevirtual com.google.common.reflect.Invokable.equals:(Ljava/lang/Object;)Z
            ifeq 3
            iconst_1
            ireturn
      StackMap locals: com.google.common.reflect.Parameter
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // com.google.common.reflect.Parameter that
         4: .line 124
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.google.common.reflect.Parameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/google/common/reflect/Parameter;
            0    5     1   obj  Ljava/lang/Object;
            2    4     2  that  Lcom/google/common/reflect/Parameter;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.reflect.Parameter this
         0: .line 129
            aload 0 /* this */
            getfield com.google.common.reflect.Parameter.position:I
            ireturn
        end local 0 // com.google.common.reflect.Parameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/reflect/Parameter;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.reflect.Parameter this
         0: .line 134
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            getfield com.google.common.reflect.Parameter.type:Lcom/google/common/reflect/TypeToken;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " arg"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.google.common.reflect.Parameter.position:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.google.common.reflect.Parameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/reflect/Parameter;
}
SourceFile: "Parameter.java"
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.Beta()