public class net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup implements net.bytebuddy.implementation.bytecode.StackManipulation, 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$PrivilegedLookup
  super_class: java.lang.Object
{
  private static final net.bytebuddy.description.method.MethodDescription$InDefinedShape DO_PRIVILEGED;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

  private final net.bytebuddy.implementation.bytecode.StackManipulation methodName;
    descriptor: Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=8, locals=1, args_size=0
         0: .line 347
            new net.bytebuddy.description.method.MethodDescription$ForLoadedMethod
            dup
            ldc Ljava/security/AccessController;
            ldc "doPrivileged"
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/security/PrivilegedExceptionAction;
            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$PrivilegedLookup.DO_PRIVILEGED:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
         1: .line 348
            goto 4
      StackMap locals:
      StackMap stack: java.lang.NoSuchMethodException
         2: astore 0 /* exception */
        start local 0 // java.lang.NoSuchMethodException exception
         3: .line 349
            new java.lang.IllegalStateException
            dup
            ldc "Cannot locate AccessController::doPrivileged"
            aload 0 /* exception */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 0 // java.lang.NoSuchMethodException exception
         4: .line 351
      StackMap locals:
      StackMap stack:
            return
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            3    4     0  exception  Ljava/lang/NoSuchMethodException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.NoSuchMethodException

  protected void <init>(net.bytebuddy.description.method.MethodDescription$InDefinedShape, net.bytebuddy.implementation.bytecode.StackManipulation);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup this
        start local 1 // net.bytebuddy.description.method.MethodDescription$InDefinedShape methodDescription
        start local 2 // net.bytebuddy.implementation.bytecode.StackManipulation methodName
         0: .line 369
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 370
            aload 0 /* this */
            aload 1 /* methodDescription */
            putfield net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup.methodDescription:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
         2: .line 371
            aload 0 /* this */
            aload 2 /* methodName */
            putfield net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup.methodName:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
         3: .line 372
            return
        end local 2 // net.bytebuddy.implementation.bytecode.StackManipulation methodName
        end local 1 // net.bytebuddy.description.method.MethodDescription$InDefinedShape methodDescription
        end local 0 // net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lnet/bytebuddy/implementation/bytecode/constant/MethodConstant$PrivilegedLookup;
            0    4     1  methodDescription  Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            0    4     2         methodName  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    MethodParameters:
                   Name  Flags
      methodDescription  
      methodName         

  public boolean isValid();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup this
         0: .line 378
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup.methodName:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.isValid:()Z
            ireturn
        end local 0 // net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/bytecode/constant/MethodConstant$PrivilegedLookup;

  public net.bytebuddy.implementation.bytecode.StackManipulation$Size apply(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;)Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=3
        start local 0 // net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
         0: .line 385
            aload 2 /* implementationContext */
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup.methodDescription:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokestatic net.bytebuddy.implementation.auxiliary.PrivilegedMemberLookupAction.of:(Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/auxiliary/AuxiliaryType;
            invokeinterface net.bytebuddy.implementation.Implementation$Context.register:(Lnet/bytebuddy/implementation/auxiliary/AuxiliaryType;)Lnet/bytebuddy/description/type/TypeDescription;
            astore 3 /* auxiliaryType */
        start local 3 // net.bytebuddy.description.type.TypeDescription auxiliaryType
         1: .line 386
            new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
            dup
            bipush 8
            anewarray net.bytebuddy.implementation.bytecode.StackManipulation
            dup
            iconst_0
         2: .line 387
            aload 3 /* auxiliaryType */
            invokestatic net.bytebuddy.implementation.bytecode.TypeCreation.of:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_1
         3: .line 388
            getstatic net.bytebuddy.implementation.bytecode.Duplication.SINGLE:Lnet/bytebuddy/implementation/bytecode/Duplication;
            aastore
            dup
            iconst_2
         4: .line 389
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup.methodDescription:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDescription;
            invokestatic net.bytebuddy.implementation.bytecode.constant.ClassConstant.of:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_3
         5: .line 390
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup.methodName:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_4
         6: .line 391
            getstatic net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType.CLASS:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokestatic net.bytebuddy.implementation.bytecode.collection.ArrayFactory.forType:(Lnet/bytebuddy/description/type/TypeDescription$Generic;)Lnet/bytebuddy/implementation/bytecode/collection/ArrayFactory;
         7: .line 392
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup.methodDescription:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.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.asErasures:()Lnet/bytebuddy/description/type/TypeList;
            invokestatic net.bytebuddy.implementation.bytecode.constant.MethodConstant.typeConstantsFor:(Ljava/util/List;)Ljava/util/List;
            invokevirtual net.bytebuddy.implementation.bytecode.collection.ArrayFactory.withValues:(Ljava/util/List;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_5
         8: .line 393
            aload 3 /* auxiliaryType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredMethods:()Lnet/bytebuddy/description/method/MethodList;
            invokestatic net.bytebuddy.matcher.ElementMatchers.isConstructor:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.method.MethodList.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
            checkcast net.bytebuddy.description.method.MethodList
            invokeinterface net.bytebuddy.description.method.MethodList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.MethodDescription$InDefinedShape
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodInvocation.invoke:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/implementation/bytecode/member/MethodInvocation$WithImplicitInvocationTargetType;
            aastore
            dup
            bipush 6
         9: .line 394
            getstatic net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup.DO_PRIVILEGED:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodInvocation.invoke:(Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;)Lnet/bytebuddy/implementation/bytecode/member/MethodInvocation$WithImplicitInvocationTargetType;
            aastore
            dup
            bipush 7
        10: .line 395
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup.methodDescription:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.isConstructor:()Z
            ifeq 12
        11: .line 396
            ldc Ljava/lang/reflect/Constructor;
            goto 13
        12: .line 397
      StackMap locals: net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup org.objectweb.asm.MethodVisitor net.bytebuddy.implementation.Implementation$Context net.bytebuddy.description.type.TypeDescription
      StackMap stack: new 1 new 1 net.bytebuddy.implementation.bytecode.StackManipulation[] net.bytebuddy.implementation.bytecode.StackManipulation[] int
            ldc Ljava/lang/reflect/Method;
        13: .line 395
      StackMap locals: net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup org.objectweb.asm.MethodVisitor net.bytebuddy.implementation.Implementation$Context net.bytebuddy.description.type.TypeDescription
      StackMap stack: new 1 new 1 net.bytebuddy.implementation.bytecode.StackManipulation[] net.bytebuddy.implementation.bytecode.StackManipulation[] int java.lang.Class
            invokestatic net.bytebuddy.description.type.TypeDescription$ForLoadedType.of:(Ljava/lang/Class;)Lnet/bytebuddy/description/type/TypeDescription;
            invokestatic net.bytebuddy.implementation.bytecode.assign.TypeCasting.to:(Lnet/bytebuddy/description/type/TypeDefinition;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
        14: .line 386
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
        15: .line 398
            aload 1 /* methodVisitor */
            aload 2 /* implementationContext */
            invokevirtual net.bytebuddy.implementation.bytecode.StackManipulation$Compound.apply:(Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;)Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
        16: .line 386
            areturn
        end local 3 // net.bytebuddy.description.type.TypeDescription auxiliaryType
        end local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   17     0                   this  Lnet/bytebuddy/implementation/bytecode/constant/MethodConstant$PrivilegedLookup;
            0   17     1          methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0   17     2  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
            1   17     3          auxiliaryType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                       Name  Flags
      methodVisitor          
      implementationContext  

  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$PrivilegedLookup this
         0: .line 405
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup.methodDescription:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokeinterface net.bytebuddy.description.method.MethodDescription$InDefinedShape.isConstructor:()Z
            ifeq 2
         1: .line 406
            new net.bytebuddy.implementation.bytecode.constant.MethodConstant$CachedConstructor
            dup
            aload 0 /* this */
            invokespecial net.bytebuddy.implementation.bytecode.constant.MethodConstant$CachedConstructor.<init>:(Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            goto 3
         2: .line 407
      StackMap locals:
      StackMap stack:
            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
         3: .line 405
      StackMap locals:
      StackMap stack: net.bytebuddy.implementation.bytecode.StackManipulation
            areturn
        end local 0 // net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lnet/bytebuddy/implementation/bytecode/constant/MethodConstant$PrivilegedLookup;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup this
         0: .line 412
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup.methodDescription:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/bytecode/constant/MethodConstant$PrivilegedLookup;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup this
        start local 1 // java.lang.Object other
         0: .line 417
            aload 0 /* this */
            aload 1 /* other */
            if_acmpne 2
         1: .line 418
            iconst_1
            ireturn
         2: .line 419
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            ifnull 3
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* other */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 4
         3: .line 420
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
         4: .line 422
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup
            astore 2 /* privilegedLookup */
        start local 2 // net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup privilegedLookup
         5: .line 423
            aload 0 /* this */
            getfield net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup.methodDescription:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            aload 2 /* privilegedLookup */
            getfield net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup.methodDescription:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup privilegedLookup
        end local 1 // java.lang.Object other
        end local 0 // net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    6     0              this  Lnet/bytebuddy/implementation/bytecode/constant/MethodConstant$PrivilegedLookup;
            0    6     1             other  Ljava/lang/Object;
            5    6     2  privilegedLookup  Lnet/bytebuddy/implementation/bytecode/constant/MethodConstant$PrivilegedLookup;
    MethodParameters:
       Name  Flags
      other  
}
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
  public abstract InDefinedShape = net.bytebuddy.description.method.ParameterDescription$InDefinedShape of net.bytebuddy.description.method.ParameterDescription
  public ForLoadedType = net.bytebuddy.description.type.TypeDescription$ForLoadedType of net.bytebuddy.description.type.TypeDescription
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract OfNonGenericType = net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType of net.bytebuddy.description.type.TypeDescription$Generic
  public abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList
  public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
  public Compound = net.bytebuddy.implementation.bytecode.StackManipulation$Compound of net.bytebuddy.implementation.bytecode.StackManipulation
  public Size = net.bytebuddy.implementation.bytecode.StackManipulation$Size of net.bytebuddy.implementation.bytecode.StackManipulation
  protected CachedConstructor = net.bytebuddy.implementation.bytecode.constant.MethodConstant$CachedConstructor of net.bytebuddy.implementation.bytecode.constant.MethodConstant
  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 PrivilegedLookup = net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup of net.bytebuddy.implementation.bytecode.constant.MethodConstant
  public abstract WithImplicitInvocationTargetType = net.bytebuddy.implementation.bytecode.member.MethodInvocation$WithImplicitInvocationTargetType of net.bytebuddy.implementation.bytecode.member.MethodInvocation
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher