public abstract class net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue implements net.bytebuddy.asm.Advice$OffsetMapping$Target
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue
  super_class: java.lang.Object
{
  protected final net.bytebuddy.description.type.TypeDefinition typeDefinition;
    descriptor: Lnet/bytebuddy/description/type/TypeDefinition;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final net.bytebuddy.implementation.bytecode.StackManipulation readAssignment;
    descriptor: Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected void <init>(net.bytebuddy.description.type.TypeDefinition, net.bytebuddy.implementation.bytecode.StackManipulation);
    descriptor: (Lnet/bytebuddy/description/type/TypeDefinition;Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue this
        start local 1 // net.bytebuddy.description.type.TypeDefinition typeDefinition
        start local 2 // net.bytebuddy.implementation.bytecode.StackManipulation readAssignment
         0: .line 716
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 717
            aload 0 /* this */
            aload 1 /* typeDefinition */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue.typeDefinition:Lnet/bytebuddy/description/type/TypeDefinition;
         2: .line 718
            aload 0 /* this */
            aload 2 /* readAssignment */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue.readAssignment:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
         3: .line 719
            return
        end local 2 // net.bytebuddy.implementation.bytecode.StackManipulation readAssignment
        end local 1 // net.bytebuddy.description.type.TypeDefinition typeDefinition
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lnet/bytebuddy/asm/Advice$OffsetMapping$Target$ForDefaultValue;
            0    4     1  typeDefinition  Lnet/bytebuddy/description/type/TypeDefinition;
            0    4     2  readAssignment  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    MethodParameters:
                Name  Flags
      typeDefinition  
      readAssignment  

  public net.bytebuddy.implementation.bytecode.StackManipulation resolveRead();
    descriptor: ()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue this
         0: .line 725
            new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
            dup
            iconst_2
            anewarray net.bytebuddy.implementation.bytecode.StackManipulation
            dup
            iconst_0
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue.typeDefinition:Lnet/bytebuddy/description/type/TypeDefinition;
            invokestatic net.bytebuddy.implementation.bytecode.constant.DefaultValue.of:(Lnet/bytebuddy/description/type/TypeDefinition;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue.readAssignment:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            areturn
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/Advice$OffsetMapping$Target$ForDefaultValue;
}
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  public abstract OffsetMapping = net.bytebuddy.asm.Advice$OffsetMapping of net.bytebuddy.asm.Advice
  public abstract Target = net.bytebuddy.asm.Advice$OffsetMapping$Target of net.bytebuddy.asm.Advice$OffsetMapping
  public abstract ForDefaultValue = net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue of net.bytebuddy.asm.Advice$OffsetMapping$Target
  public ReadOnly = net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue$ReadOnly of net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue
  public ReadWrite = net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue$ReadWrite of net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public Compound = net.bytebuddy.implementation.bytecode.StackManipulation$Compound of net.bytebuddy.implementation.bytecode.StackManipulation
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()