public class net.bytebuddy.description.method.MethodDescription$TypeToken
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.description.method.MethodDescription$TypeToken
  super_class: java.lang.Object
{
  private final net.bytebuddy.description.type.TypeDescription returnType;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<? extends net.bytebuddy.description.type.TypeDescription> parameterTypes;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<+Lnet/bytebuddy/description/type/TypeDescription;>;

  public void <init>(net.bytebuddy.description.type.TypeDescription, java.util.List<? extends net.bytebuddy.description.type.TypeDescription>);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.description.method.MethodDescription$TypeToken this
        start local 1 // net.bytebuddy.description.type.TypeDescription returnType
        start local 2 // java.util.List parameterTypes
         0: .line 2113
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2114
            aload 0 /* this */
            aload 1 /* returnType */
            putfield net.bytebuddy.description.method.MethodDescription$TypeToken.returnType:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 2115
            aload 0 /* this */
            aload 2 /* parameterTypes */
            putfield net.bytebuddy.description.method.MethodDescription$TypeToken.parameterTypes:Ljava/util/List;
         3: .line 2116
            return
        end local 2 // java.util.List parameterTypes
        end local 1 // net.bytebuddy.description.type.TypeDescription returnType
        end local 0 // net.bytebuddy.description.method.MethodDescription$TypeToken this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lnet/bytebuddy/description/method/MethodDescription$TypeToken;
            0    4     1      returnType  Lnet/bytebuddy/description/type/TypeDescription;
            0    4     2  parameterTypes  Ljava/util/List<+Lnet/bytebuddy/description/type/TypeDescription;>;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List<+Lnet/bytebuddy/description/type/TypeDescription;>;)V
    MethodParameters:
                Name  Flags
      returnType      
      parameterTypes  

  public net.bytebuddy.description.type.TypeDescription getReturnType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$TypeToken this
         0: .line 2124
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$TypeToken.returnType:Lnet/bytebuddy/description/type/TypeDescription;
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$TypeToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$TypeToken;

  public java.util.List<net.bytebuddy.description.type.TypeDescription> getParameterTypes();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$TypeToken this
         0: .line 2134
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$TypeToken.parameterTypes:Ljava/util/List;
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$TypeToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$TypeToken;
    Signature: ()Ljava/util/List<Lnet/bytebuddy/description/type/TypeDescription;>;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$TypeToken this
         0: .line 2139
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$TypeToken.returnType:Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.Object.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 2140
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$TypeToken.parameterTypes:Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            iadd
            istore 1 /* result */
         2: .line 2141
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // net.bytebuddy.description.method.MethodDescription$TypeToken this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lnet/bytebuddy/description/method/MethodDescription$TypeToken;
            1    3     1  result  I

  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 // net.bytebuddy.description.method.MethodDescription$TypeToken this
        start local 1 // java.lang.Object other
         0: .line 2146
            aload 0 /* this */
            aload 1 /* other */
            if_acmpne 2
         1: .line 2147
            iconst_1
            ireturn
         2: .line 2148
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof net.bytebuddy.description.method.MethodDescription$TypeToken
            ifne 4
         3: .line 2149
            iconst_0
            ireturn
         4: .line 2151
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast net.bytebuddy.description.method.MethodDescription$TypeToken
            astore 2 /* typeToken */
        start local 2 // net.bytebuddy.description.method.MethodDescription$TypeToken typeToken
         5: .line 2152
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$TypeToken.returnType:Lnet/bytebuddy/description/type/TypeDescription;
            aload 2 /* typeToken */
            getfield net.bytebuddy.description.method.MethodDescription$TypeToken.returnType:Lnet/bytebuddy/description/type/TypeDescription;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 6
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$TypeToken.parameterTypes:Ljava/util/List;
            aload 2 /* typeToken */
            getfield net.bytebuddy.description.method.MethodDescription$TypeToken.parameterTypes:Ljava/util/List;
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            ifeq 6
            iconst_1
            ireturn
      StackMap locals: net.bytebuddy.description.method.MethodDescription$TypeToken
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // net.bytebuddy.description.method.MethodDescription$TypeToken typeToken
        end local 1 // java.lang.Object other
        end local 0 // net.bytebuddy.description.method.MethodDescription$TypeToken this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Lnet/bytebuddy/description/method/MethodDescription$TypeToken;
            0    7     1      other  Ljava/lang/Object;
            5    7     2  typeToken  Lnet/bytebuddy/description/method/MethodDescription$TypeToken;
    MethodParameters:
       Name  Flags
      other  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$TypeToken this
         0: .line 2157
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            bipush 40
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            astore 1 /* stringBuilder */
        start local 1 // java.lang.StringBuilder stringBuilder
         1: .line 2158
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$TypeToken.parameterTypes:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: net.bytebuddy.description.method.MethodDescription$TypeToken java.lang.StringBuilder top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription
            astore 2 /* parameterType */
        start local 2 // net.bytebuddy.description.type.TypeDescription parameterType
         3: .line 2159
            aload 1 /* stringBuilder */
            aload 2 /* parameterType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDescriptor:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        end local 2 // net.bytebuddy.description.type.TypeDescription parameterType
         4: .line 2158
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 2161
            aload 1 /* stringBuilder */
            bipush 41
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$TypeToken.returnType:Lnet/bytebuddy/description/type/TypeDescription;
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDescriptor:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuilder stringBuilder
        end local 0 // net.bytebuddy.description.method.MethodDescription$TypeToken this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lnet/bytebuddy/description/method/MethodDescription$TypeToken;
            1    6     1  stringBuilder  Ljava/lang/StringBuilder;
            3    4     2  parameterType  Lnet/bytebuddy/description/type/TypeDescription;
}
SourceFile: "MethodDescription.java"
NestHost: net.bytebuddy.description.method.MethodDescription
InnerClasses:
  public TypeToken = net.bytebuddy.description.method.MethodDescription$TypeToken of net.bytebuddy.description.method.MethodDescription