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: 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: goto 4
StackMap locals:
StackMap stack: java.lang.NoSuchMethodException
2: astore 0
start local 0 3: new java.lang.IllegalStateException
dup
ldc "Cannot locate AccessController::doPrivileged"
aload 0
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
athrow
end local 0 4: 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 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup.methodDescription:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
2: aload 0
aload 2
putfield net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup.methodName:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
3: return
end local 2 end local 1 end local 0 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 0: aload 0
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 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 start local 1 start local 2 0: aload 2
aload 0
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
start local 3 1: new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
dup
bipush 8
anewarray net.bytebuddy.implementation.bytecode.StackManipulation
dup
iconst_0
2: aload 3
invokestatic net.bytebuddy.implementation.bytecode.TypeCreation.of:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
aastore
dup
iconst_1
3: getstatic net.bytebuddy.implementation.bytecode.Duplication.SINGLE:Lnet/bytebuddy/implementation/bytecode/Duplication;
aastore
dup
iconst_2
4: aload 0
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: aload 0
getfield net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup.methodName:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
aastore
dup
iconst_4
6: 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: aload 0
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: aload 3
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: 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: aload 0
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: ldc Ljava/lang/reflect/Constructor;
goto 13
12: 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: 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: aastore
invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
15: aload 1
aload 2
invokevirtual net.bytebuddy.implementation.bytecode.StackManipulation$Compound.apply:(Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;)Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
16: areturn
end local 3 end local 2 end local 1 end local 0 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 0: aload 0
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: new net.bytebuddy.implementation.bytecode.constant.MethodConstant$CachedConstructor
dup
aload 0
invokespecial net.bytebuddy.implementation.bytecode.constant.MethodConstant$CachedConstructor.<init>:(Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
goto 3
2: StackMap locals:
StackMap stack:
new net.bytebuddy.implementation.bytecode.constant.MethodConstant$CachedMethod
dup
aload 0
invokespecial net.bytebuddy.implementation.bytecode.constant.MethodConstant$CachedMethod.<init>:(Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
3: StackMap locals:
StackMap stack: net.bytebuddy.implementation.bytecode.StackManipulation
areturn
end local 0 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 0: aload 0
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 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 start local 1 0: aload 0
aload 1
if_acmpne 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 1
ifnull 3
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
aload 1
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
if_acmpeq 4
3: StackMap locals:
StackMap stack:
iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 1
checkcast net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup
astore 2
start local 2 5: aload 0
getfield net.bytebuddy.implementation.bytecode.constant.MethodConstant$PrivilegedLookup.methodDescription:Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
aload 2
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 end local 1 end local 0 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