public class net.bytebuddy.build.AccessControllerPlugin extends net.bytebuddy.build.Plugin$ForElementMatcher implements net.bytebuddy.build.Plugin$Factory
{
private static final java.lang.String ACCESS_CONTROLLER;
private static final java.lang.String NAME;
private static final java.lang.Object[] EMPTY;
private static final java.util.Map SIGNATURES;
private final java.lang.String property;
public void <init>()
{
net.bytebuddy.build.AccessControllerPlugin v;
v := @this: net.bytebuddy.build.AccessControllerPlugin;
specialinvoke v.<net.bytebuddy.build.AccessControllerPlugin: void <init>(java.lang.String)>(null);
return;
}
public void <init>(java.lang.String)
{
net.bytebuddy.matcher.ElementMatcher$Junction v, v;
java.lang.String v;
net.bytebuddy.build.AccessControllerPlugin v;
v := @this: net.bytebuddy.build.AccessControllerPlugin;
v := @parameter: java.lang.String;
v = staticinvoke <net.bytebuddy.matcher.ElementMatchers: net.bytebuddy.matcher.ElementMatcher$Junction isAnnotatedWith(java.lang.Class)>(class "Lnet/bytebuddy/build/AccessControllerPlugin$Enhance;");
v = staticinvoke <net.bytebuddy.matcher.ElementMatchers: net.bytebuddy.matcher.ElementMatcher$Junction declaresMethod(net.bytebuddy.matcher.ElementMatcher)>(v);
specialinvoke v.<net.bytebuddy.build.Plugin$ForElementMatcher: void <init>(net.bytebuddy.matcher.ElementMatcher)>(v);
v.<net.bytebuddy.build.AccessControllerPlugin: java.lang.String property> = v;
return;
}
public net.bytebuddy.build.Plugin make()
{
net.bytebuddy.build.AccessControllerPlugin v;
v := @this: net.bytebuddy.build.AccessControllerPlugin;
return v;
}
public net.bytebuddy.dynamic.DynamicType$Builder apply(net.bytebuddy.dynamic.DynamicType$Builder, net.bytebuddy.description.type.TypeDescription, net.bytebuddy.dynamic.ClassFileLocator)
{
net.bytebuddy.dynamic.DynamicType$Builder$FieldDefinition$Optional$Valuable v;
net.bytebuddy.build.AccessControllerPlugin$AccessControlWrapper v;
net.bytebuddy.description.modifier.ModifierContributor$ForField[] v;
net.bytebuddy.build.AccessControllerPlugin$Initializer$WithProperty v;
java.lang.String v, v, v;
boolean v;
net.bytebuddy.asm.AsmVisitorWrapper$ForDeclaredMethods$MethodVisitorWrapper[] v;
net.bytebuddy.dynamic.DynamicType$Builder v, v, v;
net.bytebuddy.build.AccessControllerPlugin$Initializer v;
net.bytebuddy.description.modifier.Visibility v;
net.bytebuddy.description.modifier.FieldManifestation v;
net.bytebuddy.dynamic.ClassFileLocator v;
net.bytebuddy.build.AccessControllerPlugin$Initializer$WithoutProperty v;
net.bytebuddy.description.modifier.Ownership v;
net.bytebuddy.description.field.FieldList v;
net.bytebuddy.asm.AsmVisitorWrapper$ForDeclaredMethods v, v;
net.bytebuddy.matcher.ElementMatcher$Junction v, v;
java.lang.Class v;
net.bytebuddy.matcher.FilterableList v;
net.bytebuddy.description.type.TypeDescription v;
net.bytebuddy.build.AccessControllerPlugin v;
v := @this: net.bytebuddy.build.AccessControllerPlugin;
v := @parameter: net.bytebuddy.dynamic.DynamicType$Builder;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
v := @parameter: net.bytebuddy.dynamic.ClassFileLocator;
v = "ACCESS_CONTROLLER";
label:
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: net.bytebuddy.description.field.FieldList getDeclaredFields()>();
v = staticinvoke <net.bytebuddy.matcher.ElementMatchers: net.bytebuddy.matcher.ElementMatcher$Junction named(java.lang.String)>(v);
v = interfaceinvoke v.<net.bytebuddy.description.field.FieldList: net.bytebuddy.matcher.FilterableList filter(net.bytebuddy.matcher.ElementMatcher)>(v);
v = interfaceinvoke v.<net.bytebuddy.description.field.FieldList: boolean isEmpty()>();
if v != 0 goto label;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("\u0001$");
goto label;
label:
v = <java.lang.Boolean: java.lang.Class TYPE>;
v = newarray (net.bytebuddy.description.modifier.ModifierContributor$ForField)[3];
v = <net.bytebuddy.description.modifier.Visibility: net.bytebuddy.description.modifier.Visibility PRIVATE>;
v[0] = v;
v = <net.bytebuddy.description.modifier.Ownership: net.bytebuddy.description.modifier.Ownership STATIC>;
v[1] = v;
v = <net.bytebuddy.description.modifier.FieldManifestation: net.bytebuddy.description.modifier.FieldManifestation FINAL>;
v[2] = v;
v = interfaceinvoke v.<net.bytebuddy.dynamic.DynamicType$Builder: net.bytebuddy.dynamic.DynamicType$Builder$FieldDefinition$Optional$Valuable defineField(java.lang.String,java.lang.reflect.Type,net.bytebuddy.description.modifier.ModifierContributor$ForField[])>(v, v, v);
v = new net.bytebuddy.asm.AsmVisitorWrapper$ForDeclaredMethods;
specialinvoke v.<net.bytebuddy.asm.AsmVisitorWrapper$ForDeclaredMethods: void <init>()>();
v = staticinvoke <net.bytebuddy.matcher.ElementMatchers: net.bytebuddy.matcher.ElementMatcher$Junction isAnnotatedWith(java.lang.Class)>(class "Lnet/bytebuddy/build/AccessControllerPlugin$Enhance;");
v = newarray (net.bytebuddy.asm.AsmVisitorWrapper$ForDeclaredMethods$MethodVisitorWrapper)[1];
v = new net.bytebuddy.build.AccessControllerPlugin$AccessControlWrapper;
specialinvoke v.<net.bytebuddy.build.AccessControllerPlugin$AccessControlWrapper: void <init>(java.lang.String)>(v);
v[0] = v;
v = virtualinvoke v.<net.bytebuddy.asm.AsmVisitorWrapper$ForDeclaredMethods: net.bytebuddy.asm.AsmVisitorWrapper$ForDeclaredMethods method(net.bytebuddy.matcher.ElementMatcher,net.bytebuddy.asm.AsmVisitorWrapper$ForDeclaredMethods$MethodVisitorWrapper[])>(v, v);
v = interfaceinvoke v.<net.bytebuddy.dynamic.DynamicType$Builder$FieldDefinition$Optional$Valuable: net.bytebuddy.dynamic.DynamicType$Builder visit(net.bytebuddy.asm.AsmVisitorWrapper)>(v);
v = v.<net.bytebuddy.build.AccessControllerPlugin: java.lang.String property>;
if v != null goto label;
v = new net.bytebuddy.build.AccessControllerPlugin$Initializer$WithoutProperty;
v = v;
specialinvoke v.<net.bytebuddy.build.AccessControllerPlugin$Initializer$WithoutProperty: void <init>(net.bytebuddy.description.type.TypeDescription,java.lang.String)>(v, v);
goto label;
label:
v = new net.bytebuddy.build.AccessControllerPlugin$Initializer$WithProperty;
v = v;
v = v.<net.bytebuddy.build.AccessControllerPlugin: java.lang.String property>;
specialinvoke v.<net.bytebuddy.build.AccessControllerPlugin$Initializer$WithProperty: void <init>(net.bytebuddy.description.type.TypeDescription,java.lang.String,java.lang.String)>(v, v, v);
label:
v = interfaceinvoke v.<net.bytebuddy.dynamic.DynamicType$Builder: net.bytebuddy.dynamic.DynamicType$Builder initializer(net.bytebuddy.implementation.bytecode.ByteCodeAppender)>(v);
return v;
}
public void close()
{
net.bytebuddy.build.AccessControllerPlugin v;
v := @this: net.bytebuddy.build.AccessControllerPlugin;
return;
}
static void <clinit>()
{
java.util.Map v, v, v, v, v, v, v, v, v, v, v, v;
net.bytebuddy.description.method.MethodDescription$SignatureToken v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
java.lang.Object[] v;
net.bytebuddy.utility.JavaType v, v, v, v, v, v, v;
net.bytebuddy.description.type.TypeDescription v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
java.lang.Class v, v;
net.bytebuddy.description.type.TypeDescription[] v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
java.util.HashMap v;
v = newarray (java.lang.Object)[0];
<net.bytebuddy.build.AccessControllerPlugin: java.lang.Object[] EMPTY> = v;
v = new java.util.HashMap;
specialinvoke v.<java.util.HashMap: void <init>()>();
<net.bytebuddy.build.AccessControllerPlugin: java.util.Map SIGNATURES> = v;
v = <net.bytebuddy.build.AccessControllerPlugin: java.util.Map SIGNATURES>;
v = new net.bytebuddy.description.method.MethodDescription$SignatureToken;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/lang/Object;");
v = newarray (net.bytebuddy.description.type.TypeDescription)[1];
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/security/PrivilegedAction;");
v[0] = v;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$SignatureToken: void <init>(java.lang.String,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.type.TypeDescription[])>("doPrivileged", v, v);
v = new net.bytebuddy.description.method.MethodDescription$SignatureToken;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/lang/Object;");
v = newarray (net.bytebuddy.description.type.TypeDescription)[1];
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/security/PrivilegedAction;");
v[0] = v;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$SignatureToken: void <init>(java.lang.String,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.type.TypeDescription[])>("doPrivileged", v, v);
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
v = <net.bytebuddy.build.AccessControllerPlugin: java.util.Map SIGNATURES>;
v = new net.bytebuddy.description.method.MethodDescription$SignatureToken;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/lang/Object;");
v = newarray (net.bytebuddy.description.type.TypeDescription)[1];
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/security/PrivilegedAction;");
v[0] = v;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$SignatureToken: void <init>(java.lang.String,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.type.TypeDescription[])>("doPrivilegedWithCombiner", v, v);
v = new net.bytebuddy.description.method.MethodDescription$SignatureToken;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/lang/Object;");
v = newarray (net.bytebuddy.description.type.TypeDescription)[1];
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/security/PrivilegedAction;");
v[0] = v;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$SignatureToken: void <init>(java.lang.String,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.type.TypeDescription[])>("doPrivilegedWithCombiner", v, v);
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
v = <net.bytebuddy.build.AccessControllerPlugin: java.util.Map SIGNATURES>;
v = new net.bytebuddy.description.method.MethodDescription$SignatureToken;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/lang/Object;");
v = newarray (net.bytebuddy.description.type.TypeDescription)[2];
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/security/PrivilegedAction;");
v[0] = v;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/lang/Object;");
v[1] = v;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$SignatureToken: void <init>(java.lang.String,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.type.TypeDescription[])>("doPrivileged", v, v);
v = new net.bytebuddy.description.method.MethodDescription$SignatureToken;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/lang/Object;");
v = newarray (net.bytebuddy.description.type.TypeDescription)[2];
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/security/PrivilegedAction;");
v[0] = v;
v = <net.bytebuddy.utility.JavaType: net.bytebuddy.utility.JavaType ACCESS_CONTROL_CONTEXT>;
v = virtualinvoke v.<net.bytebuddy.utility.JavaType: net.bytebuddy.description.type.TypeDescription getTypeStub()>();
v[1] = v;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$SignatureToken: void <init>(java.lang.String,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.type.TypeDescription[])>("doPrivileged", v, v);
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
v = <net.bytebuddy.build.AccessControllerPlugin: java.util.Map SIGNATURES>;
v = new net.bytebuddy.description.method.MethodDescription$SignatureToken;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/lang/Object;");
v = newarray (net.bytebuddy.description.type.TypeDescription)[3];
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/security/PrivilegedAction;");
v[0] = v;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/lang/Object;");
v[1] = v;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "[Ljava/security/Permission;");
v[2] = v;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$SignatureToken: void <init>(java.lang.String,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.type.TypeDescription[])>("doPrivileged", v, v);
v = new net.bytebuddy.description.method.MethodDescription$SignatureToken;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/lang/Object;");
v = newarray (net.bytebuddy.description.type.TypeDescription)[3];
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/security/PrivilegedAction;");
v[0] = v;
v = <net.bytebuddy.utility.JavaType: net.bytebuddy.utility.JavaType ACCESS_CONTROL_CONTEXT>;
v = virtualinvoke v.<net.bytebuddy.utility.JavaType: net.bytebuddy.description.type.TypeDescription getTypeStub()>();
v[1] = v;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "[Ljava/security/Permission;");
v[2] = v;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$SignatureToken: void <init>(java.lang.String,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.type.TypeDescription[])>("doPrivileged", v, v);
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
v = <net.bytebuddy.build.AccessControllerPlugin: java.util.Map SIGNATURES>;
v = new net.bytebuddy.description.method.MethodDescription$SignatureToken;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/lang/Object;");
v = newarray (net.bytebuddy.description.type.TypeDescription)[3];
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/security/PrivilegedAction;");
v[0] = v;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/lang/Object;");
v[1] = v;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "[Ljava/security/Permission;");
v[2] = v;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$SignatureToken: void <init>(java.lang.String,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.type.TypeDescription[])>("doPrivilegedWithCombiner", v, v);
v = new net.bytebuddy.description.method.MethodDescription$SignatureToken;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/lang/Object;");
v = newarray (net.bytebuddy.description.type.TypeDescription)[3];
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/security/PrivilegedAction;");
v[0] = v;
v = <net.bytebuddy.utility.JavaType: net.bytebuddy.utility.JavaType ACCESS_CONTROL_CONTEXT>;
v = virtualinvoke v.<net.bytebuddy.utility.JavaType: net.bytebuddy.description.type.TypeDescription getTypeStub()>();
v[1] = v;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "[Ljava/security/Permission;");
v[2] = v;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$SignatureToken: void <init>(java.lang.String,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.type.TypeDescription[])>("doPrivilegedWithCombiner", v, v);
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
v = <net.bytebuddy.build.AccessControllerPlugin: java.util.Map SIGNATURES>;
v = new net.bytebuddy.description.method.MethodDescription$SignatureToken;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/lang/Object;");
v = newarray (net.bytebuddy.description.type.TypeDescription)[1];
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/security/PrivilegedExceptionAction;");
v[0] = v;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$SignatureToken: void <init>(java.lang.String,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.type.TypeDescription[])>("doPrivileged", v, v);
v = new net.bytebuddy.description.method.MethodDescription$SignatureToken;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/lang/Object;");
v = newarray (net.bytebuddy.description.type.TypeDescription)[1];
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/security/PrivilegedExceptionAction;");
v[0] = v;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$SignatureToken: void <init>(java.lang.String,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.type.TypeDescription[])>("doPrivileged", v, v);
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
v = <net.bytebuddy.build.AccessControllerPlugin: java.util.Map SIGNATURES>;
v = new net.bytebuddy.description.method.MethodDescription$SignatureToken;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/lang/Object;");
v = newarray (net.bytebuddy.description.type.TypeDescription)[1];
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/security/PrivilegedExceptionAction;");
v[0] = v;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$SignatureToken: void <init>(java.lang.String,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.type.TypeDescription[])>("doPrivilegedWithCombiner", v, v);
v = new net.bytebuddy.description.method.MethodDescription$SignatureToken;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/lang/Object;");
v = newarray (net.bytebuddy.description.type.TypeDescription)[1];
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/security/PrivilegedExceptionAction;");
v[0] = v;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$SignatureToken: void <init>(java.lang.String,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.type.TypeDescription[])>("doPrivilegedWithCombiner", v, v);
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
v = <net.bytebuddy.build.AccessControllerPlugin: java.util.Map SIGNATURES>;
v = new net.bytebuddy.description.method.MethodDescription$SignatureToken;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/lang/Object;");
v = newarray (net.bytebuddy.description.type.TypeDescription)[2];
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/security/PrivilegedExceptionAction;");
v[0] = v;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/lang/Object;");
v[1] = v;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$SignatureToken: void <init>(java.lang.String,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.type.TypeDescription[])>("doPrivileged", v, v);
v = new net.bytebuddy.description.method.MethodDescription$SignatureToken;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/lang/Object;");
v = newarray (net.bytebuddy.description.type.TypeDescription)[2];
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/security/PrivilegedExceptionAction;");
v[0] = v;
v = <net.bytebuddy.utility.JavaType: net.bytebuddy.utility.JavaType ACCESS_CONTROL_CONTEXT>;
v = virtualinvoke v.<net.bytebuddy.utility.JavaType: net.bytebuddy.description.type.TypeDescription getTypeStub()>();
v[1] = v;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$SignatureToken: void <init>(java.lang.String,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.type.TypeDescription[])>("doPrivileged", v, v);
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
v = <net.bytebuddy.build.AccessControllerPlugin: java.util.Map SIGNATURES>;
v = new net.bytebuddy.description.method.MethodDescription$SignatureToken;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/lang/Object;");
v = newarray (net.bytebuddy.description.type.TypeDescription)[3];
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/security/PrivilegedExceptionAction;");
v[0] = v;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/lang/Object;");
v[1] = v;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "[Ljava/security/Permission;");
v[2] = v;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$SignatureToken: void <init>(java.lang.String,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.type.TypeDescription[])>("doPrivileged", v, v);
v = new net.bytebuddy.description.method.MethodDescription$SignatureToken;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/lang/Object;");
v = newarray (net.bytebuddy.description.type.TypeDescription)[3];
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/security/PrivilegedExceptionAction;");
v[0] = v;
v = <net.bytebuddy.utility.JavaType: net.bytebuddy.utility.JavaType ACCESS_CONTROL_CONTEXT>;
v = virtualinvoke v.<net.bytebuddy.utility.JavaType: net.bytebuddy.description.type.TypeDescription getTypeStub()>();
v[1] = v;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "[Ljava/security/Permission;");
v[2] = v;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$SignatureToken: void <init>(java.lang.String,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.type.TypeDescription[])>("doPrivileged", v, v);
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
v = <net.bytebuddy.build.AccessControllerPlugin: java.util.Map SIGNATURES>;
v = new net.bytebuddy.description.method.MethodDescription$SignatureToken;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/lang/Object;");
v = newarray (net.bytebuddy.description.type.TypeDescription)[3];
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/security/PrivilegedExceptionAction;");
v[0] = v;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/lang/Object;");
v[1] = v;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "[Ljava/security/Permission;");
v[2] = v;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$SignatureToken: void <init>(java.lang.String,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.type.TypeDescription[])>("doPrivilegedWithCombiner", v, v);
v = new net.bytebuddy.description.method.MethodDescription$SignatureToken;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/lang/Object;");
v = newarray (net.bytebuddy.description.type.TypeDescription)[3];
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/security/PrivilegedExceptionAction;");
v[0] = v;
v = <net.bytebuddy.utility.JavaType: net.bytebuddy.utility.JavaType ACCESS_CONTROL_CONTEXT>;
v = virtualinvoke v.<net.bytebuddy.utility.JavaType: net.bytebuddy.description.type.TypeDescription getTypeStub()>();
v[1] = v;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "[Ljava/security/Permission;");
v[2] = v;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$SignatureToken: void <init>(java.lang.String,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.type.TypeDescription[])>("doPrivilegedWithCombiner", v, v);
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
v = <net.bytebuddy.build.AccessControllerPlugin: java.util.Map SIGNATURES>;
v = new net.bytebuddy.description.method.MethodDescription$SignatureToken;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/lang/Object;");
v = newarray (net.bytebuddy.description.type.TypeDescription)[0];
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$SignatureToken: void <init>(java.lang.String,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.type.TypeDescription[])>("getContext", v, v);
v = new net.bytebuddy.description.method.MethodDescription$SignatureToken;
v = <net.bytebuddy.utility.JavaType: net.bytebuddy.utility.JavaType ACCESS_CONTROL_CONTEXT>;
v = virtualinvoke v.<net.bytebuddy.utility.JavaType: net.bytebuddy.description.type.TypeDescription getTypeStub()>();
v = newarray (net.bytebuddy.description.type.TypeDescription)[0];
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$SignatureToken: void <init>(java.lang.String,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.type.TypeDescription[])>("getContext", v, v);
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
v = <net.bytebuddy.build.AccessControllerPlugin: java.util.Map SIGNATURES>;
v = new net.bytebuddy.description.method.MethodDescription$SignatureToken;
v = <java.lang.Void: java.lang.Class TYPE>;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(v);
v = newarray (net.bytebuddy.description.type.TypeDescription)[1];
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/security/Permission;");
v[0] = v;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$SignatureToken: void <init>(java.lang.String,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.type.TypeDescription[])>("checkPermission", v, v);
v = new net.bytebuddy.description.method.MethodDescription$SignatureToken;
v = <java.lang.Void: java.lang.Class TYPE>;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(v);
v = newarray (net.bytebuddy.description.type.TypeDescription)[1];
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Ljava/security/Permission;");
v[0] = v;
specialinvoke v.<net.bytebuddy.description.method.MethodDescription$SignatureToken: void <init>(java.lang.String,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.type.TypeDescription[])>("checkPermission", v, v);
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
return;
}
public boolean equals(java.lang.Object)
{
java.lang.Class v, v;
java.lang.Object v;
java.lang.String v, v;
net.bytebuddy.build.AccessControllerPlugin v;
boolean v, v;
v := @this: net.bytebuddy.build.AccessControllerPlugin;
v := @parameter: java.lang.Object;
v = specialinvoke v.<net.bytebuddy.build.Plugin$ForElementMatcher: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
return 0;
label:
if v != v goto label;
return 1;
label:
if v != null goto label;
return 0;
label:
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
if v == v goto label;
return 0;
label:
v = v.<net.bytebuddy.build.AccessControllerPlugin: java.lang.String property>;
v = v.<net.bytebuddy.build.AccessControllerPlugin: java.lang.String property>;
if v == null goto label;
if v == null goto label;
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
return 0;
label:
if v == null goto label;
label:
return 0;
label:
return 1;
}
public int hashCode()
{
int v, v, v;
java.lang.String v;
net.bytebuddy.build.AccessControllerPlugin v;
v := @this: net.bytebuddy.build.AccessControllerPlugin;
v = specialinvoke v.<net.bytebuddy.build.Plugin$ForElementMatcher: int hashCode()>();
v = v * 31;
v = v.<net.bytebuddy.build.AccessControllerPlugin: java.lang.String property>;
if v == null goto label;
v = virtualinvoke v.<java.lang.String: int hashCode()>();
v = v + v;
label:
return v;
}
}