public class net.bytebuddy.asm.Advice$OffsetMapping$ForOrigin$Renderer$ForConstantValue implements net.bytebuddy.asm.Advice$OffsetMapping$ForOrigin$Renderer
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.asm.Advice$OffsetMapping$ForOrigin$Renderer$ForConstantValue
  super_class: java.lang.Object
{
  private final java.lang.String value;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForOrigin$Renderer$ForConstantValue this
        start local 1 // java.lang.String value
         0: .line 2688
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2689
            aload 0 /* this */
            aload 1 /* value */
            putfield net.bytebuddy.asm.Advice$OffsetMapping$ForOrigin$Renderer$ForConstantValue.value:Ljava/lang/String;
         2: .line 2690
            return
        end local 1 // java.lang.String value
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForOrigin$Renderer$ForConstantValue this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForOrigin$Renderer$ForConstantValue;
            0    3     1  value  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      value  

  public java.lang.String apply(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForOrigin$Renderer$ForConstantValue this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        start local 2 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
         0: .line 2696
            aload 0 /* this */
            getfield net.bytebuddy.asm.Advice$OffsetMapping$ForOrigin$Renderer$ForConstantValue.value:Ljava/lang/String;
            areturn
        end local 2 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.asm.Advice$OffsetMapping$ForOrigin$Renderer$ForConstantValue this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lnet/bytebuddy/asm/Advice$OffsetMapping$ForOrigin$Renderer$ForConstantValue;
            0    1     1    instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0    1     2  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
    MethodParameters:
                    Name  Flags
      instrumentedType    
      instrumentedMethod  
}
SourceFile: "Advice.java"
NestHost: net.bytebuddy.asm.Advice
InnerClasses:
  public abstract OffsetMapping = net.bytebuddy.asm.Advice$OffsetMapping of net.bytebuddy.asm.Advice
  public ForOrigin = net.bytebuddy.asm.Advice$OffsetMapping$ForOrigin of net.bytebuddy.asm.Advice$OffsetMapping
  public abstract Renderer = net.bytebuddy.asm.Advice$OffsetMapping$ForOrigin$Renderer of net.bytebuddy.asm.Advice$OffsetMapping$ForOrigin
  public ForConstantValue = net.bytebuddy.asm.Advice$OffsetMapping$ForOrigin$Renderer$ForConstantValue of net.bytebuddy.asm.Advice$OffsetMapping$ForOrigin$Renderer
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()