public abstract enum class net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation extends java.lang.Enum
{
public static final enum net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation CONSTRUCTOR;
public static final enum net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation UNSAFE;
private static final net.bytebuddy.description.method.MethodDescription$InDefinedShape IGNORE_FINALIZER;
private static final net.bytebuddy.description.method.MethodDescription$InDefinedShape SERIALIZABLE_PROXY;
private static final net.bytebuddy.description.method.MethodDescription$InDefinedShape CONSTRUCTOR_PARAMETERS;
private static final net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation[] $VALUES;
public static net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation[] values()
{
java.lang.Object v;
net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation[] v;
v = <net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation: net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation valueOf(java.lang.String)
{
java.lang.String v;
java.lang.Enum v;
v := @parameter: java.lang.String;
v = staticinvoke <java.lang.Enum: java.lang.Enum valueOf(java.lang.Class,java.lang.String)>(class "Lnet/bytebuddy/implementation/bind/annotation/Super$Instantiation;", v);
return v;
}
private void <init>(java.lang.String, int)
{
int v;
java.lang.String v;
net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation v;
v := @this: net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation;
v := @parameter: java.lang.String;
v := @parameter: int;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
return;
}
protected abstract net.bytebuddy.implementation.bytecode.StackManipulation proxyFor(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.implementation.Implementation$Target, net.bytebuddy.description.'annotation'.AnnotationDescription$Loadable);
private static net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation[] $values()
{
net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation[] v;
net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation v, v;
v = newarray (net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation)[2];
v = <net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation: net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation CONSTRUCTOR>;
v[0] = v;
v = <net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation: net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation UNSAFE>;
v[1] = v;
return v;
}
static void <clinit>()
{
net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation$2 v;
net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation$1 v;
net.bytebuddy.matcher.ElementMatcher$Junction v, v, v;
java.lang.Object v, v, v;
net.bytebuddy.matcher.FilterableList v, v, v;
net.bytebuddy.description.type.TypeDescription v;
net.bytebuddy.description.method.MethodList v;
net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation[] v;
v = new net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation$1;
specialinvoke v.<net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation$1: void <init>(java.lang.String,int)>("CONSTRUCTOR", 0);
<net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation: net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation CONSTRUCTOR> = v;
v = new net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation$2;
specialinvoke v.<net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation$2: void <init>(java.lang.String,int)>("UNSAFE", 1);
<net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation: net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation UNSAFE> = v;
v = staticinvoke <net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation: net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation[] $values()>();
<net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation: net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation[] $VALUES> = v;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Lnet/bytebuddy/implementation/bind/annotation/Super;");
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: net.bytebuddy.description.method.MethodList getDeclaredMethods()>();
v = staticinvoke <net.bytebuddy.matcher.ElementMatchers: net.bytebuddy.matcher.ElementMatcher$Junction named(java.lang.String)>("ignoreFinalizer");
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodList: net.bytebuddy.matcher.FilterableList filter(net.bytebuddy.matcher.ElementMatcher)>(v);
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodList: java.lang.Object getOnly()>();
<net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation: net.bytebuddy.description.method.MethodDescription$InDefinedShape IGNORE_FINALIZER> = v;
v = staticinvoke <net.bytebuddy.matcher.ElementMatchers: net.bytebuddy.matcher.ElementMatcher$Junction named(java.lang.String)>("serializableProxy");
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodList: net.bytebuddy.matcher.FilterableList filter(net.bytebuddy.matcher.ElementMatcher)>(v);
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodList: java.lang.Object getOnly()>();
<net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation: net.bytebuddy.description.method.MethodDescription$InDefinedShape SERIALIZABLE_PROXY> = v;
v = staticinvoke <net.bytebuddy.matcher.ElementMatchers: net.bytebuddy.matcher.ElementMatcher$Junction named(java.lang.String)>("constructorParameters");
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodList: net.bytebuddy.matcher.FilterableList filter(net.bytebuddy.matcher.ElementMatcher)>(v);
v = interfaceinvoke v.<net.bytebuddy.description.method.MethodList: java.lang.Object getOnly()>();
<net.bytebuddy.implementation.bind.'annotation'.Super$Instantiation: net.bytebuddy.description.method.MethodDescription$InDefinedShape CONSTRUCTOR_PARAMETERS> = v;
return;
}
}