public class net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod extends net.bytebuddy.implementation.Implementation$Context$Default$AbstractPropertyAccessorMethod
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod
  super_class: net.bytebuddy.implementation.Implementation$Context$Default$AbstractPropertyAccessorMethod
{
  private final net.bytebuddy.description.type.TypeDescription instrumentedType;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.description.method.MethodDescription methodDescription;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription, java.lang.String);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        start local 2 // net.bytebuddy.description.method.MethodDescription methodDescription
        start local 3 // java.lang.String suffix
         0: .line 1127
            aload 0 /* this */
            invokespecial net.bytebuddy.implementation.Implementation$Context$Default$AbstractPropertyAccessorMethod.<init>:()V
         1: .line 1128
            aload 0 /* this */
            aload 1 /* instrumentedType */
            putfield net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 1129
            aload 0 /* this */
            aload 2 /* methodDescription */
            putfield net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
         3: .line 1130
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            aload 2 /* methodDescription */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getInternalName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "$"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "accessor"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "$"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 3 /* suffix */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod.name:Ljava/lang/String;
         4: .line 1131
            return
        end local 3 // java.lang.String suffix
        end local 2 // net.bytebuddy.description.method.MethodDescription methodDescription
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Lnet/bytebuddy/implementation/Implementation$Context$Default$AccessorMethod;
            0    5     1   instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0    5     2  methodDescription  Lnet/bytebuddy/description/method/MethodDescription;
            0    5     3             suffix  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      instrumentedType   
      methodDescription  
      suffix             

  public net.bytebuddy.description.type.TypeDescription$Generic getReturnType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod this
         0: .line 1137
            aload 0 /* this */
            getfield net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asRawType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            areturn
        end local 0 // net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/Implementation$Context$Default$AccessorMethod;

  public net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription$InDefinedShape> getParameters();
    descriptor: ()Lnet/bytebuddy/description/method/ParameterList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod this
         0: .line 1144
            new net.bytebuddy.description.method.ParameterList$Explicit$ForTypes
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            invokeinterface net.bytebuddy.description.method.ParameterList.asTypeList:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.asRawTypes:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokespecial net.bytebuddy.description.method.ParameterList$Explicit$ForTypes.<init>:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Ljava/util/List;)V
            areturn
        end local 0 // net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/Implementation$Context$Default$AccessorMethod;
    Signature: ()Lnet/bytebuddy/description/method/ParameterList<Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;>;

  public net.bytebuddy.description.type.TypeList$Generic getExceptionTypes();
    descriptor: ()Lnet/bytebuddy/description/type/TypeList$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod this
         0: .line 1151
            aload 0 /* this */
            getfield net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getExceptionTypes:()Lnet/bytebuddy/description/type/TypeList$Generic;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.asRawTypes:()Lnet/bytebuddy/description/type/TypeList$Generic;
            areturn
        end local 0 // net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/Implementation$Context$Default$AccessorMethod;

  public net.bytebuddy.description.annotation.AnnotationValue<?, ?> getDefaultValue();
    descriptor: ()Lnet/bytebuddy/description/annotation/AnnotationValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod this
         0: .line 1158
            getstatic net.bytebuddy.description.annotation.AnnotationValue.UNDEFINED:Lnet/bytebuddy/description/annotation/AnnotationValue;
            areturn
        end local 0 // net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/Implementation$Context$Default$AccessorMethod;
    Signature: ()Lnet/bytebuddy/description/annotation/AnnotationValue<**>;

  public net.bytebuddy.description.type.TypeList$Generic getTypeVariables();
    descriptor: ()Lnet/bytebuddy/description/type/TypeList$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod this
         0: .line 1165
            new net.bytebuddy.description.type.TypeList$Generic$Empty
            dup
            invokespecial net.bytebuddy.description.type.TypeList$Generic$Empty.<init>:()V
            areturn
        end local 0 // net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/Implementation$Context$Default$AccessorMethod;

  public net.bytebuddy.description.annotation.AnnotationList getDeclaredAnnotations();
    descriptor: ()Lnet/bytebuddy/description/annotation/AnnotationList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod this
         0: .line 1172
            new net.bytebuddy.description.annotation.AnnotationList$Empty
            dup
            invokespecial net.bytebuddy.description.annotation.AnnotationList$Empty.<init>:()V
            areturn
        end local 0 // net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/Implementation$Context$Default$AccessorMethod;

  public net.bytebuddy.description.type.TypeDescription getDeclaringType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod this
         0: .line 1179
            aload 0 /* this */
            getfield net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod.instrumentedType:Lnet/bytebuddy/description/type/TypeDescription;
            areturn
        end local 0 // net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/Implementation$Context$Default$AccessorMethod;

  protected int getBaseModifiers();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod this
         0: .line 1184
            aload 0 /* this */
            getfield net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.isStatic:()Z
            ifeq 2
         1: .line 1185
            bipush 8
            goto 3
         2: .line 1186
      StackMap locals:
      StackMap stack:
            iconst_0
         3: .line 1184
      StackMap locals:
      StackMap stack: int
            ireturn
        end local 0 // net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lnet/bytebuddy/implementation/Implementation$Context$Default$AccessorMethod;

  public java.lang.String getInternalName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod this
         0: .line 1193
            aload 0 /* this */
            getfield net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod.name:Ljava/lang/String;
            areturn
        end local 0 // net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/Implementation$Context$Default$AccessorMethod;

  public net.bytebuddy.description.type.TypeDefinition getDeclaringType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDefinition;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDescription;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Implementation.java"
NestHost: net.bytebuddy.implementation.Implementation
InnerClasses:
  public Empty = net.bytebuddy.description.annotation.AnnotationList$Empty of net.bytebuddy.description.annotation.AnnotationList
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public abstract InDefinedShape = net.bytebuddy.description.method.ParameterDescription$InDefinedShape of net.bytebuddy.description.method.ParameterDescription
  public Explicit = net.bytebuddy.description.method.ParameterList$Explicit of net.bytebuddy.description.method.ParameterList
  public ForTypes = net.bytebuddy.description.method.ParameterList$Explicit$ForTypes of net.bytebuddy.description.method.ParameterList$Explicit
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList
  public Empty = net.bytebuddy.description.type.TypeList$Generic$Empty of net.bytebuddy.description.type.TypeList$Generic
  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
  protected abstract AbstractPropertyAccessorMethod = net.bytebuddy.implementation.Implementation$Context$Default$AbstractPropertyAccessorMethod of net.bytebuddy.implementation.Implementation$Context$Default
  protected AccessorMethod = net.bytebuddy.implementation.Implementation$Context$Default$AccessorMethod of net.bytebuddy.implementation.Implementation$Context$Default