public class net.bytebuddy.asm.Advice$Dispatcher$Inlining implements net.bytebuddy.asm.Advice$Dispatcher$Unresolved
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.Advice$Dispatcher$Inlining
  super_class: java.lang.Object
{
  protected final net.bytebuddy.description.method.MethodDescription$InDefinedShape adviceMethod;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  private final java.util.Map<java.lang.String, net.bytebuddy.description.type.TypeDefinition> namedTypes;
    descriptor: Ljava/util/Map;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;>;

  protected void <init>(net.bytebuddy.description.method.MethodDescription$InDefinedShape);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining this
        start local 1 // net.bytebuddy.description.method.MethodDescription$InDefinedShape adviceMethod
         0: .line 7102
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 7103
            aload 0 /* this */
            aload 1 /* adviceMethod */
            putfield net.bytebuddy.asm.Advice$Dispatcher$Inlining.adviceMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
         2: .line 7104
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield net.bytebuddy.asm.Advice$Dispatcher$Inlining.namedTypes:Ljava/util/Map;
         3: .line 7105
            aload 1 /* adviceMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            ldc Lnet/bytebuddy/asm/Advice$Local;
            invokestatic net.bytebuddy.matcher.ElementMatchers.isAnnotatedWith:(Ljava/lang/Class;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.method.ParameterList.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
            checkcast net.bytebuddy.description.method.ParameterList
            invokeinterface net.bytebuddy.description.method.ParameterList.iterator:()Ljava/util/Iterator;
            astore 3
            goto 9
      StackMap locals: net.bytebuddy.asm.Advice$Dispatcher$Inlining net.bytebuddy.description.method.MethodDescription$InDefinedShape top java.util.Iterator
      StackMap stack:
         4: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.ParameterDescription
            astore 2 /* parameterDescription */
        start local 2 // net.bytebuddy.description.method.ParameterDescription parameterDescription
         5: .line 7106
            aload 2 /* parameterDescription */
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getDeclaredAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
            ldc Lnet/bytebuddy/asm/Advice$Local;
            invokeinterface net.bytebuddy.description.annotation.AnnotationList.ofType:(Ljava/lang/Class;)Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable;
            invokeinterface net.bytebuddy.description.annotation.AnnotationDescription$Loadable.loadSilent:()Ljava/lang/annotation/Annotation;
            checkcast net.bytebuddy.asm.Advice$Local
            invokeinterface net.bytebuddy.asm.Advice$Local.value:()Ljava/lang/String;
            astore 4 /* name */
        start local 4 // java.lang.String name
         6: .line 7107
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining.namedTypes:Ljava/util/Map;
            aload 4 /* name */
            aload 2 /* parameterDescription */
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDefinition
            astore 5 /* previous */
        start local 5 // net.bytebuddy.description.type.TypeDefinition previous
         7: .line 7108
            aload 5 /* previous */
            ifnull 9
            aload 5 /* previous */
            aload 2 /* parameterDescription */
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 9
         8: .line 7109
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Local variable for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " is defined with inconsistent types"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // net.bytebuddy.description.type.TypeDefinition previous
        end local 4 // java.lang.String name
        end local 2 // net.bytebuddy.description.method.ParameterDescription parameterDescription
         9: .line 7105
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
        10: .line 7112
            return
        end local 1 // net.bytebuddy.description.method.MethodDescription$InDefinedShape adviceMethod
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   11     0                  this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining;
            0   11     1          adviceMethod  Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            5    9     2  parameterDescription  Lnet/bytebuddy/description/method/ParameterDescription;
            6    9     4                  name  Ljava/lang/String;
            7    9     5              previous  Lnet/bytebuddy/description/type/TypeDefinition;
    MethodParameters:
              Name  Flags
      adviceMethod  

  public boolean isAlive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining this
         0: .line 7118
            iconst_1
            ireturn
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining;

  public boolean isBinary();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining this
         0: .line 7125
            iconst_1
            ireturn
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining;

  public net.bytebuddy.description.type.TypeDescription getAdviceType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining this
         0: .line 7132
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining.adviceMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            areturn
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining;

  public java.util.Map<java.lang.String, net.bytebuddy.description.type.TypeDefinition> getNamedTypes();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining this
         0: .line 7139
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining.namedTypes:Ljava/util/Map;
            areturn
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining;
    Signature: ()Ljava/util/Map<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;>;

  public net.bytebuddy.asm.Advice$Dispatcher$Resolved$ForMethodEnter asMethodEnter(java.util.List<? extends net.bytebuddy.asm.Advice$OffsetMapping$Factory<?>>, org.objectweb.asm.ClassReader, net.bytebuddy.asm.Advice$Dispatcher$Unresolved);
    descriptor: (Ljava/util/List;Lorg/objectweb/asm/ClassReader;Lnet/bytebuddy/asm/Advice$Dispatcher$Unresolved;)Lnet/bytebuddy/asm/Advice$Dispatcher$Resolved$ForMethodEnter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining this
        start local 1 // java.util.List userFactories
        start local 2 // org.objectweb.asm.ClassReader classReader
        start local 3 // net.bytebuddy.asm.Advice$Dispatcher$Unresolved methodExit
         0: .line 7148
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining.adviceMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining.namedTypes:Ljava/util/Map;
            aload 1 /* userFactories */
            aload 3 /* methodExit */
            invokeinterface net.bytebuddy.asm.Advice$Dispatcher$Unresolved.getAdviceType:()Lnet/bytebuddy/description/type/TypeDefinition;
            aload 2 /* classReader */
            aload 3 /* methodExit */
            invokeinterface net.bytebuddy.asm.Advice$Dispatcher$Unresolved.isAlive:()Z
            invokestatic net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter.of:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/Map;Ljava/util/List;Lnet/bytebuddy/description/type/TypeDefinition;Lorg/objectweb/asm/ClassReader;Z)Lnet/bytebuddy/asm/Advice$Dispatcher$Resolved$ForMethodEnter;
            areturn
        end local 3 // net.bytebuddy.asm.Advice$Dispatcher$Unresolved methodExit
        end local 2 // org.objectweb.asm.ClassReader classReader
        end local 1 // java.util.List userFactories
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining;
            0    1     1  userFactories  Ljava/util/List<+Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<*>;>;
            0    1     2    classReader  Lorg/objectweb/asm/ClassReader;
            0    1     3     methodExit  Lnet/bytebuddy/asm/Advice$Dispatcher$Unresolved;
    Signature: (Ljava/util/List<+Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<*>;>;Lorg/objectweb/asm/ClassReader;Lnet/bytebuddy/asm/Advice$Dispatcher$Unresolved;)Lnet/bytebuddy/asm/Advice$Dispatcher$Resolved$ForMethodEnter;
    MethodParameters:
               Name  Flags
      userFactories  
      classReader    
      methodExit     

  public net.bytebuddy.asm.Advice$Dispatcher$Resolved$ForMethodExit asMethodExit(java.util.List<? extends net.bytebuddy.asm.Advice$OffsetMapping$Factory<?>>, org.objectweb.asm.ClassReader, net.bytebuddy.asm.Advice$Dispatcher$Unresolved);
    descriptor: (Ljava/util/List;Lorg/objectweb/asm/ClassReader;Lnet/bytebuddy/asm/Advice$Dispatcher$Unresolved;)Lnet/bytebuddy/asm/Advice$Dispatcher$Resolved$ForMethodExit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=4
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining this
        start local 1 // java.util.List userFactories
        start local 2 // org.objectweb.asm.ClassReader classReader
        start local 3 // net.bytebuddy.asm.Advice$Dispatcher$Unresolved methodEnter
         0: .line 7157
            aload 3 /* methodEnter */
            invokeinterface net.bytebuddy.asm.Advice$Dispatcher$Unresolved.getNamedTypes:()Ljava/util/Map;
            astore 4 /* namedTypes */
        start local 4 // java.util.Map namedTypes
         1: .line 7158
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining.namedTypes:Ljava/util/Map;
            invokeinterface java.util.Map.entrySet:()Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 6
            goto 8
      StackMap locals: net.bytebuddy.asm.Advice$Dispatcher$Inlining java.util.List org.objectweb.asm.ClassReader net.bytebuddy.asm.Advice$Dispatcher$Unresolved java.util.Map top java.util.Iterator
      StackMap stack:
         2: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.Map$Entry
            astore 5 /* entry */
        start local 5 // java.util.Map$Entry entry
         3: .line 7159
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining.namedTypes:Ljava/util/Map;
            aload 5 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDefinition
            astore 7 /* typeDefinition */
        start local 7 // net.bytebuddy.description.type.TypeDefinition typeDefinition
         4: .line 7160
            aload 7 /* typeDefinition */
            ifnonnull 6
         5: .line 7161
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining.adviceMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " attempts use of undeclared local variable "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 5 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 7162
      StackMap locals: net.bytebuddy.asm.Advice$Dispatcher$Inlining java.util.List org.objectweb.asm.ClassReader net.bytebuddy.asm.Advice$Dispatcher$Unresolved java.util.Map java.util.Map$Entry java.util.Iterator net.bytebuddy.description.type.TypeDefinition
      StackMap stack:
            aload 7 /* typeDefinition */
            aload 5 /* entry */
            invokeinterface java.util.Map$Entry.getValue:()Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 8
         7: .line 7163
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining.adviceMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " does not read variable "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 5 /* entry */
            invokeinterface java.util.Map$Entry.getKey:()Ljava/lang/Object;
            checkcast java.lang.String
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " as "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 7 /* typeDefinition */
            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
        end local 7 // net.bytebuddy.description.type.TypeDefinition typeDefinition
        end local 5 // java.util.Map$Entry entry
         8: .line 7158
      StackMap locals: net.bytebuddy.asm.Advice$Dispatcher$Inlining java.util.List org.objectweb.asm.ClassReader net.bytebuddy.asm.Advice$Dispatcher$Unresolved java.util.Map top java.util.Iterator
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         9: .line 7166
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Inlining.adviceMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            aload 4 /* namedTypes */
            aload 1 /* userFactories */
            aload 2 /* classReader */
            aload 3 /* methodEnter */
            invokeinterface net.bytebuddy.asm.Advice$Dispatcher$Unresolved.getAdviceType:()Lnet/bytebuddy/description/type/TypeDefinition;
            invokestatic net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodExit.of:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/Map;Ljava/util/List;Lorg/objectweb/asm/ClassReader;Lnet/bytebuddy/description/type/TypeDefinition;)Lnet/bytebuddy/asm/Advice$Dispatcher$Resolved$ForMethodExit;
            areturn
        end local 4 // java.util.Map namedTypes
        end local 3 // net.bytebuddy.asm.Advice$Dispatcher$Unresolved methodEnter
        end local 2 // org.objectweb.asm.ClassReader classReader
        end local 1 // java.util.List userFactories
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Inlining this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0            this  Lnet/bytebuddy/asm/Advice$Dispatcher$Inlining;
            0   10     1   userFactories  Ljava/util/List<+Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<*>;>;
            0   10     2     classReader  Lorg/objectweb/asm/ClassReader;
            0   10     3     methodEnter  Lnet/bytebuddy/asm/Advice$Dispatcher$Unresolved;
            1   10     4      namedTypes  Ljava/util/Map<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;>;
            3    8     5           entry  Ljava/util/Map$Entry<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;>;
            4    8     7  typeDefinition  Lnet/bytebuddy/description/type/TypeDefinition;
    Signature: (Ljava/util/List<+Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<*>;>;Lorg/objectweb/asm/ClassReader;Lnet/bytebuddy/asm/Advice$Dispatcher$Unresolved;)Lnet/bytebuddy/asm/Advice$Dispatcher$Resolved$ForMethodExit;
    MethodParameters:
               Name  Flags
      userFactories  
      classReader    
      methodEnter    

  public net.bytebuddy.description.type.TypeDefinition getAdviceType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDefinition;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual net.bytebuddy.asm.Advice$Dispatcher$Inlining.getAdviceType:()Lnet/bytebuddy/description/type/TypeDescription;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  public abstract Entry = java.util.Map$Entry of java.util.Map
  protected abstract Dispatcher = net.bytebuddy.asm.Advice$Dispatcher of net.bytebuddy.asm.Advice
  public Inlining = net.bytebuddy.asm.Advice$Dispatcher$Inlining of net.bytebuddy.asm.Advice$Dispatcher
  protected abstract CodeTranslationVisitor = net.bytebuddy.asm.Advice$Dispatcher$Inlining$CodeTranslationVisitor of net.bytebuddy.asm.Advice$Dispatcher$Inlining
  protected abstract Resolved = net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved of net.bytebuddy.asm.Advice$Dispatcher$Inlining
  protected abstract ForMethodEnter = net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodEnter of net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved
  protected abstract ForMethodExit = net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved$ForMethodExit of net.bytebuddy.asm.Advice$Dispatcher$Inlining$Resolved
  public abstract Resolved = net.bytebuddy.asm.Advice$Dispatcher$Resolved of net.bytebuddy.asm.Advice$Dispatcher
  public abstract ForMethodEnter = net.bytebuddy.asm.Advice$Dispatcher$Resolved$ForMethodEnter of net.bytebuddy.asm.Advice$Dispatcher$Resolved
  public abstract ForMethodExit = net.bytebuddy.asm.Advice$Dispatcher$Resolved$ForMethodExit of net.bytebuddy.asm.Advice$Dispatcher$Resolved
  public abstract Unresolved = net.bytebuddy.asm.Advice$Dispatcher$Unresolved of net.bytebuddy.asm.Advice$Dispatcher
  public abstract Local = net.bytebuddy.asm.Advice$Local of net.bytebuddy.asm.Advice
  public abstract OffsetMapping = net.bytebuddy.asm.Advice$OffsetMapping of net.bytebuddy.asm.Advice
  public abstract Factory = net.bytebuddy.asm.Advice$OffsetMapping$Factory of net.bytebuddy.asm.Advice$OffsetMapping
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Loadable = net.bytebuddy.description.annotation.AnnotationDescription$Loadable of net.bytebuddy.description.annotation.AnnotationDescription
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public abstract InDefinedShape = net.bytebuddy.description.method.ParameterDescription$InDefinedShape of net.bytebuddy.description.method.ParameterDescription
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()