public interface net.bytebuddy.implementation.Implementation$Context extends net.bytebuddy.implementation.MethodAccessorFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.implementation.Implementation$Context
  super_class: java.lang.Object
{
  public abstract net.bytebuddy.description.type.TypeDescription register(net.bytebuddy.implementation.auxiliary.AuxiliaryType);
    descriptor: (Lnet/bytebuddy/implementation/auxiliary/AuxiliaryType;)Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
               Name  Flags
      auxiliaryType  

  public abstract net.bytebuddy.description.field.FieldDescription$InDefinedShape cache(net.bytebuddy.implementation.bytecode.StackManipulation, net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/implementation/bytecode/StackManipulation;Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
            Name  Flags
      fieldValue  
      fieldType   

  public abstract net.bytebuddy.description.type.TypeDescription getInstrumentedType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract net.bytebuddy.ClassFileVersion getClassFileVersion();
    descriptor: ()Lnet/bytebuddy/ClassFileVersion;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "Implementation.java"
NestHost: net.bytebuddy.implementation.Implementation
InnerClasses:
  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 Default = net.bytebuddy.implementation.Implementation$Context$Default of net.bytebuddy.implementation.Implementation$Context
  public Disabled = net.bytebuddy.implementation.Implementation$Context$Disabled of net.bytebuddy.implementation.Implementation$Context
  public abstract ExtractableView = net.bytebuddy.implementation.Implementation$Context$ExtractableView of net.bytebuddy.implementation.Implementation$Context
  public abstract Factory = net.bytebuddy.implementation.Implementation$Context$Factory of net.bytebuddy.implementation.Implementation$Context