public class net.bytebuddy.asm.Advice$Dispatcher$Delegating 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$Delegating
  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

  protected void <init>(net.bytebuddy.description.method.MethodDescription$InDefinedShape);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Delegating this
        start local 1 // net.bytebuddy.description.method.MethodDescription$InDefinedShape adviceMethod
         0: .line 8453
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 8454
            aload 0 /* this */
            aload 1 /* adviceMethod */
            putfield net.bytebuddy.asm.Advice$Dispatcher$Delegating.adviceMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
         2: .line 8455
            return
        end local 1 // net.bytebuddy.description.method.MethodDescription$InDefinedShape adviceMethod
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Delegating this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lnet/bytebuddy/asm/Advice$Dispatcher$Delegating;
            0    3     1  adviceMethod  Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    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$Delegating this
         0: .line 8461
            iconst_1
            ireturn
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Delegating this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$Dispatcher$Delegating;

  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$Delegating this
         0: .line 8468
            iconst_0
            ireturn
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Delegating this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$Dispatcher$Delegating;

  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$Delegating this
         0: .line 8475
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Delegating.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$Delegating this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$Dispatcher$Delegating;

  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$Delegating this
         0: .line 8482
            invokestatic java.util.Collections.emptyMap:()Ljava/util/Map;
            areturn
        end local 0 // net.bytebuddy.asm.Advice$Dispatcher$Delegating this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$Dispatcher$Delegating;
    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=4, locals=4, args_size=4
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Delegating 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 8491
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Delegating.adviceMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            aload 1 /* userFactories */
            aload 3 /* methodExit */
            invokeinterface net.bytebuddy.asm.Advice$Dispatcher$Unresolved.getAdviceType:()Lnet/bytebuddy/description/type/TypeDefinition;
            aload 3 /* methodExit */
            invokeinterface net.bytebuddy.asm.Advice$Dispatcher$Unresolved.isAlive:()Z
            invokestatic net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodEnter.of:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/List;Lnet/bytebuddy/description/type/TypeDefinition;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$Delegating this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lnet/bytebuddy/asm/Advice$Dispatcher$Delegating;
            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=4, locals=9, args_size=4
        start local 0 // net.bytebuddy.asm.Advice$Dispatcher$Delegating 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 8500
            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 8501
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Delegating.adviceMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            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 6
            goto 9
      StackMap locals: net.bytebuddy.asm.Advice$Dispatcher$Delegating 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 net.bytebuddy.description.method.ParameterDescription
            astore 5 /* parameterDescription */
        start local 5 // net.bytebuddy.description.method.ParameterDescription parameterDescription
         3: .line 8502
            aload 5 /* 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 7 /* name */
        start local 7 // java.lang.String name
         4: .line 8503
            aload 4 /* namedTypes */
            aload 7 /* name */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDefinition
            astore 8 /* typeDefinition */
        start local 8 // net.bytebuddy.description.type.TypeDefinition typeDefinition
         5: .line 8504
            aload 8 /* typeDefinition */
            ifnonnull 7
         6: .line 8505
            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$Delegating.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 7 /* name */
            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
         7: .line 8506
      StackMap locals: net.bytebuddy.asm.Advice$Dispatcher$Delegating java.util.List org.objectweb.asm.ClassReader net.bytebuddy.asm.Advice$Dispatcher$Unresolved java.util.Map net.bytebuddy.description.method.ParameterDescription java.util.Iterator java.lang.String net.bytebuddy.description.type.TypeDefinition
      StackMap stack:
            aload 8 /* typeDefinition */
            aload 5 /* 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 8507
            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$Delegating.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 7 /* name */
            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 8 /* 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 8 // net.bytebuddy.description.type.TypeDefinition typeDefinition
        end local 7 // java.lang.String name
        end local 5 // net.bytebuddy.description.method.ParameterDescription parameterDescription
         9: .line 8501
      StackMap locals: net.bytebuddy.asm.Advice$Dispatcher$Delegating 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
        10: .line 8510
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$Dispatcher$Delegating.adviceMethod:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            aload 4 /* namedTypes */
            aload 1 /* userFactories */
            aload 3 /* methodEnter */
            invokeinterface net.bytebuddy.asm.Advice$Dispatcher$Unresolved.getAdviceType:()Lnet/bytebuddy/description/type/TypeDefinition;
            invokestatic net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit.of:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/Map;Ljava/util/List;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$Delegating this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   11     0                  this  Lnet/bytebuddy/asm/Advice$Dispatcher$Delegating;
            0   11     1         userFactories  Ljava/util/List<+Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<*>;>;
            0   11     2           classReader  Lorg/objectweb/asm/ClassReader;
            0   11     3           methodEnter  Lnet/bytebuddy/asm/Advice$Dispatcher$Unresolved;
            1   11     4            namedTypes  Ljava/util/Map<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;>;
            3    9     5  parameterDescription  Lnet/bytebuddy/description/method/ParameterDescription;
            4    9     7                  name  Ljava/lang/String;
            5    9     8        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$Delegating.getAdviceType:()Lnet/bytebuddy/description/type/TypeDescription;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  protected abstract Dispatcher = net.bytebuddy.asm.Advice$Dispatcher of net.bytebuddy.asm.Advice
  public Delegating = net.bytebuddy.asm.Advice$Dispatcher$Delegating of net.bytebuddy.asm.Advice$Dispatcher
  protected abstract Resolved = net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved of net.bytebuddy.asm.Advice$Dispatcher$Delegating
  protected abstract ForMethodEnter = net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodEnter of net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved
  protected abstract ForMethodExit = net.bytebuddy.asm.Advice$Dispatcher$Delegating$Resolved$ForMethodExit of net.bytebuddy.asm.Advice$Dispatcher$Delegating$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()