public class net.bytebuddy.asm.TypeReferenceAdjustment extends net.bytebuddy.asm.AsmVisitorWrapper$AbstractBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.TypeReferenceAdjustment
  super_class: net.bytebuddy.asm.AsmVisitorWrapper$AbstractBase
{
  private final boolean strict;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.matcher.ElementMatcher$Junction<? super net.bytebuddy.description.type.TypeDescription> filter;
    descriptor: Lnet/bytebuddy/matcher/ElementMatcher$Junction;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lnet/bytebuddy/matcher/ElementMatcher$Junction<-Lnet/bytebuddy/description/type/TypeDescription;>;

  protected void <init>(boolean, net.bytebuddy.matcher.ElementMatcher$Junction<? super net.bytebuddy.description.type.TypeDescription>);
    descriptor: (ZLnet/bytebuddy/matcher/ElementMatcher$Junction;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.TypeReferenceAdjustment this
        start local 1 // boolean strict
        start local 2 // net.bytebuddy.matcher.ElementMatcher$Junction filter
         0: .line 60
            aload 0 /* this */
            invokespecial net.bytebuddy.asm.AsmVisitorWrapper$AbstractBase.<init>:()V
         1: .line 61
            aload 0 /* this */
            iload 1 /* strict */
            putfield net.bytebuddy.asm.TypeReferenceAdjustment.strict:Z
         2: .line 62
            aload 0 /* this */
            aload 2 /* filter */
            putfield net.bytebuddy.asm.TypeReferenceAdjustment.filter:Lnet/bytebuddy/matcher/ElementMatcher$Junction;
         3: .line 63
            return
        end local 2 // net.bytebuddy.matcher.ElementMatcher$Junction filter
        end local 1 // boolean strict
        end local 0 // net.bytebuddy.asm.TypeReferenceAdjustment this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lnet/bytebuddy/asm/TypeReferenceAdjustment;
            0    4     1  strict  Z
            0    4     2  filter  Lnet/bytebuddy/matcher/ElementMatcher$Junction<-Lnet/bytebuddy/description/type/TypeDescription;>;
    Signature: (ZLnet/bytebuddy/matcher/ElementMatcher$Junction<-Lnet/bytebuddy/description/type/TypeDescription;>;)V
    MethodParameters:
        Name  Flags
      strict  
      filter  

  public static net.bytebuddy.asm.TypeReferenceAdjustment strict();
    descriptor: ()Lnet/bytebuddy/asm/TypeReferenceAdjustment;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 72
            new net.bytebuddy.asm.TypeReferenceAdjustment
            dup
            iconst_1
            invokestatic net.bytebuddy.matcher.ElementMatchers.none:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokespecial net.bytebuddy.asm.TypeReferenceAdjustment.<init>:(ZLnet/bytebuddy/matcher/ElementMatcher$Junction;)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static net.bytebuddy.asm.TypeReferenceAdjustment relaxed();
    descriptor: ()Lnet/bytebuddy/asm/TypeReferenceAdjustment;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 82
            new net.bytebuddy.asm.TypeReferenceAdjustment
            dup
            iconst_0
            invokestatic net.bytebuddy.matcher.ElementMatchers.none:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokespecial net.bytebuddy.asm.TypeReferenceAdjustment.<init>:(ZLnet/bytebuddy/matcher/ElementMatcher$Junction;)V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public net.bytebuddy.asm.TypeReferenceAdjustment filter(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.type.TypeDescription>);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/asm/TypeReferenceAdjustment;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.TypeReferenceAdjustment this
        start local 1 // net.bytebuddy.matcher.ElementMatcher filter
         0: .line 92
            new net.bytebuddy.asm.TypeReferenceAdjustment
            dup
            aload 0 /* this */
            getfield net.bytebuddy.asm.TypeReferenceAdjustment.strict:Z
            aload 0 /* this */
            getfield net.bytebuddy.asm.TypeReferenceAdjustment.filter:Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            aload 1 /* filter */
            invokeinterface net.bytebuddy.matcher.ElementMatcher$Junction.or:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokespecial net.bytebuddy.asm.TypeReferenceAdjustment.<init>:(ZLnet/bytebuddy/matcher/ElementMatcher$Junction;)V
            areturn
        end local 1 // net.bytebuddy.matcher.ElementMatcher filter
        end local 0 // net.bytebuddy.asm.TypeReferenceAdjustment this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lnet/bytebuddy/asm/TypeReferenceAdjustment;
            0    1     1  filter  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;)Lnet/bytebuddy/asm/TypeReferenceAdjustment;
    MethodParameters:
        Name  Flags
      filter  

  public org.objectweb.asm.ClassVisitor wrap(net.bytebuddy.description.type.TypeDescription, org.objectweb.asm.ClassVisitor, net.bytebuddy.implementation.Implementation$Context, net.bytebuddy.pool.TypePool, net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription$InDefinedShape>, net.bytebuddy.description.method.MethodList<?>, int, int);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lorg/objectweb/asm/ClassVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/pool/TypePool;Lnet/bytebuddy/description/field/FieldList;Lnet/bytebuddy/description/method/MethodList;II)Lorg/objectweb/asm/ClassVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=9
        start local 0 // net.bytebuddy.asm.TypeReferenceAdjustment this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        start local 2 // org.objectweb.asm.ClassVisitor classVisitor
        start local 3 // net.bytebuddy.implementation.Implementation$Context implementationContext
        start local 4 // net.bytebuddy.pool.TypePool typePool
        start local 5 // net.bytebuddy.description.field.FieldList fields
        start local 6 // net.bytebuddy.description.method.MethodList methods
        start local 7 // int writerFlags
        start local 8 // int readerFlags
         0: .line 106
            new net.bytebuddy.asm.TypeReferenceAdjustment$TypeReferenceClassVisitor
            dup
            aload 2 /* classVisitor */
            aload 0 /* this */
            getfield net.bytebuddy.asm.TypeReferenceAdjustment.strict:Z
            aload 0 /* this */
            getfield net.bytebuddy.asm.TypeReferenceAdjustment.filter:Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            aload 4 /* typePool */
            invokespecial net.bytebuddy.asm.TypeReferenceAdjustment$TypeReferenceClassVisitor.<init>:(Lorg/objectweb/asm/ClassVisitor;ZLnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/pool/TypePool;)V
            areturn
        end local 8 // int readerFlags
        end local 7 // int writerFlags
        end local 6 // net.bytebuddy.description.method.MethodList methods
        end local 5 // net.bytebuddy.description.field.FieldList fields
        end local 4 // net.bytebuddy.pool.TypePool typePool
        end local 3 // net.bytebuddy.implementation.Implementation$Context implementationContext
        end local 2 // org.objectweb.asm.ClassVisitor classVisitor
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.asm.TypeReferenceAdjustment this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lnet/bytebuddy/asm/TypeReferenceAdjustment;
            0    1     1       instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0    1     2           classVisitor  Lorg/objectweb/asm/ClassVisitor;
            0    1     3  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
            0    1     4               typePool  Lnet/bytebuddy/pool/TypePool;
            0    1     5                 fields  Lnet/bytebuddy/description/field/FieldList<Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;
            0    1     6                methods  Lnet/bytebuddy/description/method/MethodList<*>;
            0    1     7            writerFlags  I
            0    1     8            readerFlags  I
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;Lorg/objectweb/asm/ClassVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/pool/TypePool;Lnet/bytebuddy/description/field/FieldList<Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;Lnet/bytebuddy/description/method/MethodList<*>;II)Lorg/objectweb/asm/ClassVisitor;
    MethodParameters:
                       Name  Flags
      instrumentedType       
      classVisitor           
      implementationContext  
      typePool               
      fields                 
      methods                
      writerFlags            
      readerFlags            
}
SourceFile: "TypeReferenceAdjustment.java"
NestMembers:
  net.bytebuddy.asm.TypeReferenceAdjustment$TypeReferenceClassVisitor  net.bytebuddy.asm.TypeReferenceAdjustment$TypeReferenceClassVisitor$TypeReferenceAnnotationVisitor  net.bytebuddy.asm.TypeReferenceAdjustment$TypeReferenceClassVisitor$TypeReferenceFieldVisitor  net.bytebuddy.asm.TypeReferenceAdjustment$TypeReferenceClassVisitor$TypeReferenceMethodVisitor
InnerClasses:
  public abstract AbstractBase = net.bytebuddy.asm.AsmVisitorWrapper$AbstractBase of net.bytebuddy.asm.AsmVisitorWrapper
  protected TypeReferenceClassVisitor = net.bytebuddy.asm.TypeReferenceAdjustment$TypeReferenceClassVisitor of net.bytebuddy.asm.TypeReferenceAdjustment
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract InDefinedShape = net.bytebuddy.description.field.FieldDescription$InDefinedShape of net.bytebuddy.description.field.FieldDescription
  public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()