public class net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue$Factory implements net.bytebuddy.asm.Advice$OffsetMapping$Factory<net.bytebuddy.asm.Advice$Local>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue$Factory
  super_class: java.lang.Object
{
  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>(java.util.Map<java.lang.String, net.bytebuddy.description.type.TypeDefinition>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue$Factory this
        start local 1 // java.util.Map namedTypes
         0: .line 3168
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 3169
            aload 0 /* this */
            aload 1 /* namedTypes */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue$Factory.namedTypes:Ljava/util/Map;
         2: .line 3170
            return
        end local 1 // java.util.Map namedTypes
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue$Factory this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForLocalValue$Factory;
            0    3     1  namedTypes  Ljava/util/Map<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Lnet/bytebuddy/description/type/TypeDefinition;>;)V
    MethodParameters:
            Name  Flags
      namedTypes  

  public java.lang.Class<net.bytebuddy.asm.Advice$Local> getAnnotationType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue$Factory this
         0: .line 3176
            ldc Lnet/bytebuddy/asm/Advice$Local;
            areturn
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue$Factory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForLocalValue$Factory;
    Signature: ()Ljava/lang/Class<Lnet/bytebuddy/asm/Advice$Local;>;

  public net.bytebuddy.asm.Advice$OffsetMapping make(net.bytebuddy.description.method.ParameterDescription$InDefinedShape, net.bytebuddy.description.annotation.AnnotationDescription$Loadable<net.bytebuddy.asm.Advice$Local>, net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType);
    descriptor: (Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable;Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;)Lnet/bytebuddy/asm/Advice$OffsetMapping;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue$Factory this
        start local 1 // net.bytebuddy.description.method.ParameterDescription$InDefinedShape target
        start local 2 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable annotation
        start local 3 // net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType adviceType
         0: .line 3185
            aload 2 /* annotation */
            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
         1: .line 3186
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue$Factory.namedTypes:Ljava/util/Map;
            aload 4 /* name */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDefinition
            astore 5 /* namedType */
        start local 5 // net.bytebuddy.description.type.TypeDefinition namedType
         2: .line 3187
            aload 5 /* namedType */
            ifnonnull 4
         3: .line 3188
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Named local variable is unknown: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 4 /* 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
         4: .line 3190
      StackMap locals: java.lang.String net.bytebuddy.description.type.TypeDefinition
      StackMap stack:
            new net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue
            dup
            aload 1 /* target */
            invokeinterface net.bytebuddy.description.method.ParameterDescription$InDefinedShape.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 5 /* namedType */
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asGenericType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 4 /* name */
            invokespecial net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue.<init>:(Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/description/type/TypeDescription$Generic;Ljava/lang/String;)V
            areturn
        end local 5 // net.bytebuddy.description.type.TypeDefinition namedType
        end local 4 // java.lang.String name
        end local 3 // net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType adviceType
        end local 2 // net.bytebuddy.description.annotation.AnnotationDescription$Loadable annotation
        end local 1 // net.bytebuddy.description.method.ParameterDescription$InDefinedShape target
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue$Factory this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForLocalValue$Factory;
            0    5     1      target  Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;
            0    5     2  annotation  Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<Lnet/bytebuddy/asm/Advice$Local;>;
            0    5     3  adviceType  Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;
            1    5     4        name  Ljava/lang/String;
            2    5     5   namedType  Lnet/bytebuddy/description/type/TypeDefinition;
    Signature: (Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;Lnet/bytebuddy/description/annotation/AnnotationDescription$Loadable<Lnet/bytebuddy/asm/Advice$Local;>;Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory$AdviceType;)Lnet/bytebuddy/asm/Advice$OffsetMapping;
    MethodParameters:
            Name  Flags
      target      
      annotation  
      adviceType  
}
Signature: Ljava/lang/Object;Lnet/bytebuddy/asm/Advice$OffsetMapping$Factory<Lnet/bytebuddy/asm/Advice$Local;>;
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  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 final AdviceType = net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType of net.bytebuddy.asm.Advice$OffsetMapping$Factory
  public ForLocalValue = net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue of net.bytebuddy.asm.Advice$OffsetMapping
  protected Factory = net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue$Factory of net.bytebuddy.asm.Advice$OffsetMapping$ForLocalValue
  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.ParameterDescription$InDefinedShape of net.bytebuddy.description.method.ParameterDescription
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()