public class net.bytebuddy.implementation.bytecode.constant.MethodConstant$ForMethod extends net.bytebuddy.implementation.bytecode.constant.MethodConstant implements net.bytebuddy.implementation.bytecode.constant.MethodConstant$CanCache
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.bytecode.constant.MethodConstant$ForMethod
  super_class: net.bytebuddy.implementation.bytecode.constant.MethodConstant
{
  private static final net.bytebuddy.description.method.MethodDescription$InDefinedShape GET_METHOD;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final net.bytebuddy.description.method.MethodDescription$InDefinedShape GET_DECLARED_METHOD;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=8, locals=1, args_size=0
         0: .line 237
            new net.bytebuddy.description.method.MethodDescription$ForLoadedMethod
            dup
            ldc Ljava/lang/Class;
            ldc "getMethod"
            iconst_2
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/lang/String;
            aastore
            dup
            iconst_1
            ldc [Ljava/lang/Class;
            aastore
            invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            invokespecial net.bytebuddy.description.method.MethodDescription$ForLoadedMethod.<init>:(Ljava/lang/reflect/Method;)V
            putstatic net.bytebuddy.implementation.bytecode.constant.MethodConstant$ForMethod.GET_METHOD:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
         1: .line 238
            new net.bytebuddy.description.method.MethodDescription$ForLoadedMethod
            dup
            ldc Ljava/lang/Class;
            ldc "getDeclaredMethod"
            iconst_2
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/lang/String;
            aastore
            dup
            iconst_1
            ldc [Ljava/lang/Class;
            aastore
            invokevirtual java.lang.Class.getMethod:(Ljava/lang/String;[Ljava/lang/Class;)Ljava/lang/reflect/Method;
            invokespecial net.bytebuddy.description.method.MethodDescription$ForLoadedMethod.<init>:(Ljava/lang/reflect/Method;)V
            putstatic net.bytebuddy.implementation.bytecode.constant.MethodConstant$ForMethod.GET_DECLARED_METHOD:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
         2: .line 239
            goto 5
      StackMap locals:
      StackMap stack: java.lang.NoSuchMethodException
         3: astore 0 /* exception */
        start local 0 // java.lang.NoSuchMethodException exception
         4: .line 240
            new java.lang.IllegalStateException
            dup
            ldc "Could not locate method lookup"
            aload 0 /* exception */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 0 // java.lang.NoSuchMethodException exception
         5: .line 242
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            4    5     0  exception  Ljava/lang/NoSuchMethodException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.lang.NoSuchMethodException

  protected void <init>(net.bytebuddy.description.method.MethodDescription$InDefinedShape);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.bytecode.constant.MethodConstant$ForMethod this
        start local 1 // net.bytebuddy.description.method.MethodDescription$InDefinedShape methodDescription
         0: .line 251
            aload 0 /* this */
            aload 1 /* methodDescription */
            invokespecial net.bytebuddy.implementation.bytecode.constant.MethodConstant.<init>:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)V
         1: .line 252
            return
        end local 1 // net.bytebuddy.description.method.MethodDescription$InDefinedShape methodDescription
        end local 0 // net.bytebuddy.implementation.bytecode.constant.MethodConstant$ForMethod this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lnet/bytebuddy/implementation/bytecode/constant/MethodConstant$ForMethod;
            0    2     1  methodDescription  Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    MethodParameters:
                   Name  Flags
      methodDescription  

  protected net.bytebuddy.implementation.bytecode.StackManipulation methodName();
    descriptor: ()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.bytecode.constant.MethodConstant$ForMethod this
         0: .line 256
            new net.bytebuddy.implementation.bytecode.constant.TextConstant
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bytecode.constant.MethodConstant$ForMethod.methodDescription:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.getInternalName:()Ljava/lang/String;
            invokespecial net.bytebuddy.implementation.bytecode.constant.TextConstant.<init>:(Ljava/lang/String;)V
            areturn
        end local 0 // net.bytebuddy.implementation.bytecode.constant.MethodConstant$ForMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/bytecode/constant/MethodConstant$ForMethod;

  protected net.bytebuddy.description.method.MethodDescription$InDefinedShape accessorMethod();
    descriptor: ()Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.bytecode.constant.MethodConstant$ForMethod this
         0: .line 261
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bytecode.constant.MethodConstant$ForMethod.methodDescription:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.isPublic:()Z
            ifeq 2
         1: .line 262
            getstatic net.bytebuddy.implementation.bytecode.constant.MethodConstant$ForMethod.GET_METHOD:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            goto 3
         2: .line 263
      StackMap locals:
      StackMap stack:
            getstatic net.bytebuddy.implementation.bytecode.constant.MethodConstant$ForMethod.GET_DECLARED_METHOD:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
         3: .line 261
      StackMap locals:
      StackMap stack: net.bytebuddy.description.method.MethodDescription$InDefinedShape
            areturn
        end local 0 // net.bytebuddy.implementation.bytecode.constant.MethodConstant$ForMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lnet/bytebuddy/implementation/bytecode/constant/MethodConstant$ForMethod;

  public net.bytebuddy.implementation.bytecode.StackManipulation cached();
    descriptor: ()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.bytecode.constant.MethodConstant$ForMethod this
         0: .line 270
            new net.bytebuddy.implementation.bytecode.constant.MethodConstant$CachedMethod
            dup
            aload 0 /* this */
            invokespecial net.bytebuddy.implementation.bytecode.constant.MethodConstant$CachedMethod.<init>:(Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            areturn
        end local 0 // net.bytebuddy.implementation.bytecode.constant.MethodConstant$ForMethod this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/bytecode/constant/MethodConstant$ForMethod;
}
SourceFile: "MethodConstant.java"
NestHost: net.bytebuddy.implementation.bytecode.constant.MethodConstant
InnerClasses:
  public ForLoadedMethod = net.bytebuddy.description.method.MethodDescription$ForLoadedMethod of net.bytebuddy.description.method.MethodDescription
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  protected CachedMethod = net.bytebuddy.implementation.bytecode.constant.MethodConstant$CachedMethod of net.bytebuddy.implementation.bytecode.constant.MethodConstant
  public abstract CanCache = net.bytebuddy.implementation.bytecode.constant.MethodConstant$CanCache of net.bytebuddy.implementation.bytecode.constant.MethodConstant
  protected ForMethod = net.bytebuddy.implementation.bytecode.constant.MethodConstant$ForMethod of net.bytebuddy.implementation.bytecode.constant.MethodConstant