public class net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable extends net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$AbstractBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable
  super_class: net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$AbstractBase
{
  private final net.bytebuddy.description.type.TypeDescription$Generic typeVariable;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.description.type.TypeDescription$Generic);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable this
        start local 1 // net.bytebuddy.description.type.TypeDescription$Generic typeVariable
         0: .line 962
            aload 0 /* this */
            invokespecial net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$AbstractBase.<init>:()V
         1: .line 963
            aload 0 /* this */
            aload 1 /* typeVariable */
            putfield net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable.typeVariable:Lnet/bytebuddy/description/type/TypeDescription$Generic;
         2: .line 964
            return
        end local 1 // net.bytebuddy.description.type.TypeDescription$Generic typeVariable
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable;
            0    3     1  typeVariable  Lnet/bytebuddy/description/type/TypeDescription$Generic;
    MethodParameters:
              Name  Flags
      typeVariable  

  public java.lang.Boolean onGenericArray(net.bytebuddy.description.type.TypeDescription$Generic);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable this
        start local 1 // net.bytebuddy.description.type.TypeDescription$Generic genericArray
         0: .line 970
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 1 // net.bytebuddy.description.type.TypeDescription$Generic genericArray
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable;
            0    1     1  genericArray  Lnet/bytebuddy/description/type/TypeDescription$Generic;
    MethodParameters:
              Name  Flags
      genericArray  

  public java.lang.Boolean onWildcard(net.bytebuddy.description.type.TypeDescription$Generic);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable this
        start local 1 // net.bytebuddy.description.type.TypeDescription$Generic wildcard
         0: .line 977
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "A wildcard is not a first-level type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* wildcard */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // net.bytebuddy.description.type.TypeDescription$Generic wildcard
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable;
            0    1     1  wildcard  Lnet/bytebuddy/description/type/TypeDescription$Generic;
    MethodParameters:
          Name  Flags
      wildcard  

  public java.lang.Boolean onParameterizedType(net.bytebuddy.description.type.TypeDescription$Generic);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable this
        start local 1 // net.bytebuddy.description.type.TypeDescription$Generic parameterizedType
         0: .line 984
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 1 // net.bytebuddy.description.type.TypeDescription$Generic parameterizedType
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable;
            0    1     1  parameterizedType  Lnet/bytebuddy/description/type/TypeDescription$Generic;
    MethodParameters:
                   Name  Flags
      parameterizedType  

  public java.lang.Boolean onTypeVariable(net.bytebuddy.description.type.TypeDescription$Generic);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable this
        start local 1 // net.bytebuddy.description.type.TypeDescription$Generic typeVariable
         0: .line 991
            aload 1 /* typeVariable */
            aload 0 /* this */
            getfield net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable.typeVariable:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 992
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
         2: .line 994
      StackMap locals:
      StackMap stack:
            aload 1 /* typeVariable */
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.getUpperBounds:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.iterator:()Ljava/util/Iterator;
            astore 3
            goto 6
      StackMap locals: net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable net.bytebuddy.description.type.TypeDescription$Generic top java.util.Iterator
      StackMap stack:
         3: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription$Generic
            astore 2 /* upperBound */
        start local 2 // net.bytebuddy.description.type.TypeDescription$Generic upperBound
         4: .line 995
            aload 0 /* this */
            aload 2 /* upperBound */
            invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable.isAssignableFrom:(Lnet/bytebuddy/description/type/TypeDescription$Generic;)Z
            ifeq 6
         5: .line 996
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 2 // net.bytebuddy.description.type.TypeDescription$Generic upperBound
         6: .line 994
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
         7: .line 999
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 1 // net.bytebuddy.description.type.TypeDescription$Generic typeVariable
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable;
            0    8     1  typeVariable  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            4    6     2    upperBound  Lnet/bytebuddy/description/type/TypeDescription$Generic;
    MethodParameters:
              Name  Flags
      typeVariable  

  public java.lang.Boolean onNonGenericType(net.bytebuddy.description.type.TypeDescription$Generic);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;)Ljava/lang/Boolean;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable this
        start local 1 // net.bytebuddy.description.type.TypeDescription$Generic typeDescription
         0: .line 1006
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 1 // net.bytebuddy.description.type.TypeDescription$Generic typeDescription
        end local 0 // net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable;
            0    1     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription$Generic;
    MethodParameters:
                 Name  Flags
      typeDescription  

  public java.lang.Object onWildcard(net.bytebuddy.description.type.TypeDescription$Generic);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable.onWildcard:(Lnet/bytebuddy/description/type/TypeDescription$Generic;)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object onGenericArray(net.bytebuddy.description.type.TypeDescription$Generic);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable.onGenericArray:(Lnet/bytebuddy/description/type/TypeDescription$Generic;)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object onParameterizedType(net.bytebuddy.description.type.TypeDescription$Generic);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable.onParameterizedType:(Lnet/bytebuddy/description/type/TypeDescription$Generic;)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object onNonGenericType(net.bytebuddy.description.type.TypeDescription$Generic);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable.onNonGenericType:(Lnet/bytebuddy/description/type/TypeDescription$Generic;)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.Object onTypeVariable(net.bytebuddy.description.type.TypeDescription$Generic);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable.onTypeVariable:(Lnet/bytebuddy/description/type/TypeDescription$Generic;)Ljava/lang/Boolean;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "TypeDescription.java"
NestHost: net.bytebuddy.description.type.TypeDescription
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract Visitor = net.bytebuddy.description.type.TypeDescription$Generic$Visitor of net.bytebuddy.description.type.TypeDescription$Generic
  public final Assigner = net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner of net.bytebuddy.description.type.TypeDescription$Generic$Visitor
  public abstract Dispatcher = net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher of net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner
  public abstract AbstractBase = net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$AbstractBase of net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher
  public ForTypeVariable = net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher$ForTypeVariable of net.bytebuddy.description.type.TypeDescription$Generic$Visitor$Assigner$Dispatcher
  public abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()