public abstract class com.google.common.reflect.TypeParameter<T> extends com.google.common.reflect.TypeCapture<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.google.common.reflect.TypeParameter
  super_class: com.google.common.reflect.TypeCapture
{
  final java.lang.reflect.TypeVariable<?> typeVariable;
    descriptor: Ljava/lang/reflect/TypeVariable;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/lang/reflect/TypeVariable<*>;

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.google.common.reflect.TypeParameter this
         0: .line 42
            aload 0 /* this */
            invokespecial com.google.common.reflect.TypeCapture.<init>:()V
         1: .line 43
            aload 0 /* this */
            invokevirtual com.google.common.reflect.TypeParameter.capture:()Ljava/lang/reflect/Type;
            astore 1 /* type */
        start local 1 // java.lang.reflect.Type type
         2: .line 44
            aload 1 /* type */
            instanceof java.lang.reflect.TypeVariable
            ldc "%s should be a type variable."
            aload 1 /* type */
            invokestatic com.google.common.base.Preconditions.checkArgument:(ZLjava/lang/String;Ljava/lang/Object;)V
         3: .line 45
            aload 0 /* this */
            aload 1 /* type */
            checkcast java.lang.reflect.TypeVariable
            putfield com.google.common.reflect.TypeParameter.typeVariable:Ljava/lang/reflect/TypeVariable;
         4: .line 46
            return
        end local 1 // java.lang.reflect.Type type
        end local 0 // com.google.common.reflect.TypeParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/google/common/reflect/TypeParameter<TT;>;
            2    5     1  type  Ljava/lang/reflect/Type;

  public final int hashCode();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.reflect.TypeParameter this
         0: .line 50
            aload 0 /* this */
            getfield com.google.common.reflect.TypeParameter.typeVariable:Ljava/lang/reflect/TypeVariable;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // com.google.common.reflect.TypeParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/reflect/TypeParameter<TT;>;

  public final boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.google.common.reflect.TypeParameter this
        start local 1 // java.lang.Object o
         0: .line 55
            aload 1 /* o */
            instanceof com.google.common.reflect.TypeParameter
            ifeq 3
         1: .line 56
            aload 1 /* o */
            checkcast com.google.common.reflect.TypeParameter
            astore 2 /* that */
        start local 2 // com.google.common.reflect.TypeParameter that
         2: .line 57
            aload 0 /* this */
            getfield com.google.common.reflect.TypeParameter.typeVariable:Ljava/lang/reflect/TypeVariable;
            aload 2 /* that */
            getfield com.google.common.reflect.TypeParameter.typeVariable:Ljava/lang/reflect/TypeVariable;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // com.google.common.reflect.TypeParameter that
         3: .line 59
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object o
        end local 0 // com.google.common.reflect.TypeParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/common/reflect/TypeParameter<TT;>;
            0    4     1     o  Ljava/lang/Object;
            2    3     2  that  Lcom/google/common/reflect/TypeParameter<*>;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
      Name  Flags
      o     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.reflect.TypeParameter this
         0: .line 64
            aload 0 /* this */
            getfield com.google.common.reflect.TypeParameter.typeVariable:Ljava/lang/reflect/TypeVariable;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.google.common.reflect.TypeParameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/reflect/TypeParameter<TT;>;
}
Signature: <T:Ljava/lang/Object;>Lcom/google/common/reflect/TypeCapture<TT;>;
SourceFile: "TypeParameter.java"
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.Beta()