public interface net.bytebuddy.asm.Advice$OffsetMapping$Target
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.asm.Advice$OffsetMapping$Target
  super_class: java.lang.Object
{
  public abstract net.bytebuddy.implementation.bytecode.StackManipulation resolveRead();
    descriptor: ()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract net.bytebuddy.implementation.bytecode.StackManipulation resolveWrite();
    descriptor: ()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract net.bytebuddy.implementation.bytecode.StackManipulation resolveIncrement(int);
    descriptor: (I)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
       Name  Flags
      value  
}
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 AbstractReadOnlyAdapter = net.bytebuddy.asm.Advice$OffsetMapping$Target$AbstractReadOnlyAdapter of net.bytebuddy.asm.Advice$OffsetMapping$Target
  public abstract ForArray = net.bytebuddy.asm.Advice$OffsetMapping$Target$ForArray of net.bytebuddy.asm.Advice$OffsetMapping$Target
  public abstract ForDefaultValue = net.bytebuddy.asm.Advice$OffsetMapping$Target$ForDefaultValue of net.bytebuddy.asm.Advice$OffsetMapping$Target
  public abstract ForField = net.bytebuddy.asm.Advice$OffsetMapping$Target$ForField of net.bytebuddy.asm.Advice$OffsetMapping$Target
  public ForStackManipulation = net.bytebuddy.asm.Advice$OffsetMapping$Target$ForStackManipulation of net.bytebuddy.asm.Advice$OffsetMapping$Target
  public abstract ForVariable = net.bytebuddy.asm.Advice$OffsetMapping$Target$ForVariable of net.bytebuddy.asm.Advice$OffsetMapping$Target