public class net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForType implements net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForType
  super_class: java.lang.Object
{
  private final net.bytebuddy.description.type.TypeDescription typeDescription;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForType this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
         0: .line 6716
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 6717
            aload 0 /* this */
            aload 1 /* typeDescription */
            putfield net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForType.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 6718
            return
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForType this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$ForType;
            0    3     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                 Name  Flags
      typeDescription  

  protected static net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler of(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.type.TypeDefinition);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/type/TypeDefinition;)Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler;
    flags: (0x000c) ACC_PROTECTED, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 1 // net.bytebuddy.description.type.TypeDefinition checkedType
         0: .line 6728
            aload 0 /* typeDescription */
            getstatic java.lang.Void.TYPE:Ljava/lang/Class;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 2
         1: .line 6729
            getstatic net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled.INSTANCE:Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Disabled;
            areturn
         2: .line 6730
      StackMap locals:
      StackMap stack:
            aload 0 /* typeDescription */
            ldc Lnet/bytebuddy/asm/Advice$OnDefaultValue;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 4
         3: .line 6731
            aload 1 /* checkedType */
            iconst_0
            invokestatic net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue.of:(Lnet/bytebuddy/description/type/TypeDefinition;Z)Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler;
            areturn
         4: .line 6732
      StackMap locals:
      StackMap stack:
            aload 0 /* typeDescription */
            ldc Lnet/bytebuddy/asm/Advice$OnNonDefaultValue;
            invokeinterface net.bytebuddy.description.type.TypeDescription.represents:(Ljava/lang/reflect/Type;)Z
            ifeq 6
         5: .line 6733
            aload 1 /* checkedType */
            iconst_1
            invokestatic net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue.of:(Lnet/bytebuddy/description/type/TypeDefinition;Z)Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler;
            areturn
         6: .line 6734
      StackMap locals:
      StackMap stack:
            aload 0 /* typeDescription */
            invokeinterface net.bytebuddy.description.type.TypeDescription.isPrimitive:()Z
            ifne 7
            aload 1 /* checkedType */
            invokeinterface net.bytebuddy.description.type.TypeDefinition.isPrimitive:()Z
            ifeq 8
         7: .line 6735
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot skip method by instance type for primitive return type "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* checkedType */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 6737
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForType
            dup
            aload 0 /* typeDescription */
            invokespecial net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForType.<init>:(Lnet/bytebuddy/description/type/TypeDescription;)V
            areturn
        end local 1 // net.bytebuddy.description.type.TypeDefinition checkedType
        end local 0 // net.bytebuddy.description.type.TypeDescription typeDescription
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    9     1      checkedType  Lnet/bytebuddy/description/type/TypeDefinition;
    MethodParameters:
                 Name  Flags
      typeDescription  
      checkedType      

  public net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Bound bind(net.bytebuddy.description.method.MethodDescription, net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Relocation;)Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Bound;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForType this
        start local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 2 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation relocation
         0: .line 6745
            new net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForType$Bound
            dup
            aload 0 /* this */
            aload 1 /* instrumentedMethod */
            aload 2 /* relocation */
            invokespecial net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForType$Bound.<init>:(Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$ForType;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Relocation;)V
            areturn
        end local 2 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation relocation
        end local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForType this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$ForType;
            0    1     1  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    1     2          relocation  Lnet/bytebuddy/asm/Advice$Dispatcher$RelocationHandler$Relocation;
    MethodParameters:
                    Name  Flags
      instrumentedMethod  
      relocation          
}
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  protected abstract Dispatcher = net.bytebuddy.asm.Advice$Dispatcher of net.bytebuddy.asm.Advice
  public abstract RelocationHandler = net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler of net.bytebuddy.asm.Advice$Dispatcher
  public abstract Bound = net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Bound of net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler
  public final Disabled = net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Disabled of net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler
  public ForType = net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForType of net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler
  protected Bound = net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForType$Bound of net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForType
  public abstract ForValue = net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue of net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler
  public abstract Relocation = net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$Relocation of net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler
  public final OnDefaultValue = net.bytebuddy.asm.Advice$OnDefaultValue of net.bytebuddy.asm.Advice
  public final OnNonDefaultValue = net.bytebuddy.asm.Advice$OnNonDefaultValue of net.bytebuddy.asm.Advice
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()