public class net.bytebuddy.build.AccessControllerPlugin$AccessControlWrapper extends java.lang.Object implements net.bytebuddy.asm.AsmVisitorWrapper$ForDeclaredMethods$MethodVisitorWrapper
{
private final java.lang.String name;
protected void <init>(java.lang.String)
{
net.bytebuddy.build.AccessControllerPlugin$AccessControlWrapper v;
java.lang.String v;
v := @this: net.bytebuddy.build.AccessControllerPlugin$AccessControlWrapper;
v := @parameter: java.lang.String;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<net.bytebuddy.build.AccessControllerPlugin$AccessControlWrapper: java.lang.String name> = v;
return;
}
public org.objectweb.asm.MethodVisitor wrap(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription, org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context, net.bytebuddy.pool.TypePool, int, int)
{
java.lang.IllegalStateException v, v;
net.bytebuddy.build.AccessControllerPlugin$AccessControlWrapper v;
org.objectweb.asm.MethodVisitor v;
net.bytebuddy.description.ByteCodeElement$TypeDependant v;
net.bytebuddy.pool.TypePool v;
net.bytebuddy.description.method.MethodDescription v;
byte v;
java.util.Map v;
net.bytebuddy.build.AccessControllerPlugin$AccessControlWrapper$PrefixingMethodVisitor v;
int v, v;
java.lang.String v, v, v;
net.bytebuddy.implementation.Implementation$Context v;
boolean v, v, v;
net.bytebuddy.implementation.Implementation$Context$FrameGeneration v;
net.bytebuddy.description.method.MethodDescription$SignatureToken v;
java.lang.Object v;
net.bytebuddy.description.type.TypeDescription v;
v := @this: net.bytebuddy.build.AccessControllerPlugin$AccessControlWrapper;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
v := @parameter: net.bytebuddy.description.method.MethodDescription;
v := @parameter: org.objectweb.asm.MethodVisitor;
v := @parameter: net.bytebuddy.implementation.Implementation$Context;
v := @parameter: net.bytebuddy.pool.TypePool;
v := @parameter: int;
v := @parameter: int;
v = <net.bytebuddy.build.AccessControllerPlugin: java.util.Map SIGNATURES>;
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodDescription: net.bytebuddy.description.ByteCodeElement$TypeDependant asDefined()>();
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodDescription$InDefinedShape: net.bytebuddy.description.method.MethodDescription$SignatureToken asSignatureToken()>();
v = interfaceinvoke v.<java.util.Map: java.lang.Object get(java.lang.Object)>(v);
if v != null goto label;
v = new java.lang.IllegalStateException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (net.bytebuddy.description.method.MethodDescription)>(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[])>("\u does not have a method with a matching signature in java.security.AccessController");
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>(v);
throw v;
label:
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodDescription: boolean isPublic()>();
if v != 0 goto label;
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodDescription: boolean isProtected()>();
if v == 0 goto label;
label:
v = new java.lang.IllegalStateException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (net.bytebuddy.description.method.MethodDescription)>(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[])>("\u is either public or protected what is not permitted to avoid context leaks");
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>(v);
throw v;
label:
v = new net.bytebuddy.build.AccessControllerPlugin$AccessControlWrapper$PrefixingMethodVisitor;
v = v.<net.bytebuddy.build.AccessControllerPlugin$AccessControlWrapper: java.lang.String name>;
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodDescription: boolean isStatic()>();
if v == 0 goto label;
v = 0;
goto label;
label:
v = 1;
label:
v = interfaceinvoke v.<net.bytebuddy.implementation.Implementation$Context: net.bytebuddy.implementation.Implementation$Context$FrameGeneration getFrameGeneration()>();
specialinvoke v.<net.bytebuddy.build.AccessControllerPlugin$AccessControlWrapper$PrefixingMethodVisitor: void <init>(org.objectweb.asm.MethodVisitor,net.bytebuddy.description.type.TypeDescription,net.bytebuddy.description.method.MethodDescription$SignatureToken,java.lang.String,int,net.bytebuddy.implementation.Implementation$Context$FrameGeneration)>(v, v, v, v, v, v);
return v;
}
public boolean equals(java.lang.Object)
{
net.bytebuddy.build.AccessControllerPlugin$AccessControlWrapper v;
java.lang.Class v, v;
java.lang.Object v;
java.lang.String v, v;
boolean v;
v := @this: net.bytebuddy.build.AccessControllerPlugin$AccessControlWrapper;
v := @parameter: java.lang.Object;
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$AccessControlWrapper: java.lang.String name>;
v = v.<net.bytebuddy.build.AccessControllerPlugin$AccessControlWrapper: java.lang.String name>;
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
return 0;
label:
return 1;
}
public int hashCode()
{
net.bytebuddy.build.AccessControllerPlugin$AccessControlWrapper v;
int v, v, v, v;
java.lang.Class v;
java.lang.String v;
v := @this: net.bytebuddy.build.AccessControllerPlugin$AccessControlWrapper;
v = virtualinvoke v.<net.bytebuddy.build.AccessControllerPlugin$AccessControlWrapper: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Class: int hashCode()>();
v = v * 31;
v = v.<net.bytebuddy.build.AccessControllerPlugin$AccessControlWrapper: java.lang.String name>;
v = virtualinvoke v.<java.lang.String: int hashCode()>();
v = v + v;
return v;
}
}