public final enum class net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory extends java.lang.Enum implements net.bytebuddy.asm.Advice$OffsetMapping$Factory
{
public static final enum net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory INSTANCE;
private static final net.bytebuddy.description.method.MethodDescription$InDefinedShape ALL_ARGUMENTS_READ_ONLY;
private static final net.bytebuddy.description.method.MethodDescription$InDefinedShape ALL_ARGUMENTS_TYPING;
private static final net.bytebuddy.description.method.MethodDescription$InDefinedShape ALL_ARGUMENTS_INCLUDE_SELF;
private static final net.bytebuddy.description.method.MethodDescription$InDefinedShape ALL_ARGUMENTS_NULL_IF_EMPTY;
private static final net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory[] $VALUES;
public static net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory[] values()
{
net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory[] v;
java.lang.Object v;
v = <net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory: net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory 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/asm/Advice$OffsetMapping$ForAllArguments$Factory;", v);
return v;
}
private void <init>(java.lang.String, int)
{
int v;
java.lang.String v;
net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory v;
v := @this: net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory;
v := @parameter: java.lang.String;
v := @parameter: int;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
return;
}
public java.lang.Class getAnnotationType()
{
net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory v;
v := @this: net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory;
return class "Lnet/bytebuddy/asm/Advice$AllArguments;";
}
public net.bytebuddy.asm.Advice$OffsetMapping make(net.bytebuddy.description.method.ParameterDescription$InDefinedShape, net.bytebuddy.description.'annotation'.AnnotationDescription$Loadable, net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType)
{
java.lang.IllegalStateException v, v;
net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType v;
java.lang.String v;
net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory v;
boolean v, v, v, v, v;
net.bytebuddy.description.'annotation'.AnnotationValue v;
net.bytebuddy.description.method.ParameterDescription$InDefinedShape v;
net.bytebuddy.description.method.MethodDescription$InDefinedShape v;
net.bytebuddy.description.type.TypeDescription$Generic v, v, v, v, v;
net.bytebuddy.description.'annotation'.AnnotationDescription$Loadable v;
net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments v;
java.lang.Object v;
v := @this: net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory;
v := @parameter: net.bytebuddy.description.method.ParameterDescription$InDefinedShape;
v := @parameter: net.bytebuddy.description.'annotation'.AnnotationDescription$Loadable;
v := @parameter: net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType;
v = interfaceinvoke v.<net.bytebuddy.description.method.ParameterDescription$InDefinedShape: net.bytebuddy.description.type.TypeDescription$Generic getType()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription$Generic: boolean represents(java.lang.reflect.Type)>(class "Ljava/lang/Object;");
if v != 0 goto label;
v = interfaceinvoke v.<net.bytebuddy.description.method.ParameterDescription$InDefinedShape: net.bytebuddy.description.type.TypeDescription$Generic getType()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription$Generic: boolean isArray()>();
if v != 0 goto label;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>("Cannot use AllArguments annotation on a non-array type");
throw v;
label:
v = virtualinvoke v.<net.bytebuddy.asm.Advice$OffsetMapping$Factory$AdviceType: boolean isDelegation()>();
if v == 0 goto label;
v = <net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory: net.bytebuddy.description.method.MethodDescription$InDefinedShape ALL_ARGUMENTS_READ_ONLY>;
v = interfaceinvoke v.<net.bytebuddy.description.'annotation'.AnnotationDescription$Loadable: net.bytebuddy.description.'annotation'.AnnotationValue getValue(net.bytebuddy.description.method.MethodDescription$InDefinedShape)>(v);
v = interfaceinvoke v.<net.bytebuddy.description.'annotation'.AnnotationValue: java.lang.Object resolve(java.lang.Class)>(class "Ljava/lang/Boolean;");
v = virtualinvoke v.<java.lang.Boolean: boolean booleanValue()>();
if v != 0 goto label;
v = new java.lang.IllegalStateException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (net.bytebuddy.description.method.ParameterDescription$InDefinedShape)>(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[])>("Cannot define writable field access for \u0001");
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>(v);
throw v;
label:
v = new net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments;
v = interfaceinvoke v.<net.bytebuddy.description.method.ParameterDescription$InDefinedShape: net.bytebuddy.description.type.TypeDescription$Generic getType()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription$Generic: boolean represents(java.lang.reflect.Type)>(class "Ljava/lang/Object;");
if v == 0 goto label;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType$ForLoadedType: net.bytebuddy.description.type.TypeDescription$Generic of(java.lang.Class)>(class "Ljava/lang/Object;");
goto label;
label:
v = interfaceinvoke v.<net.bytebuddy.description.method.ParameterDescription$InDefinedShape: net.bytebuddy.description.type.TypeDescription$Generic getType()>();
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription$Generic: net.bytebuddy.description.type.TypeDescription$Generic getComponentType()>();
label:
specialinvoke v.<net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments: void <init>(net.bytebuddy.description.type.TypeDescription$Generic,net.bytebuddy.description.'annotation'.AnnotationDescription$Loadable)>(v, v);
return v;
}
private static net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory[] $values()
{
net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory[] v;
net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory v;
v = newarray (net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory)[1];
v = <net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory: net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory INSTANCE>;
v[0] = v;
return v;
}
static void <clinit>()
{
net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory[] v;
net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory v;
net.bytebuddy.description.method.MethodList v;
net.bytebuddy.matcher.ElementMatcher$Junction v, v, v, v;
java.lang.Object v, v, v, v;
net.bytebuddy.matcher.FilterableList v, v, v, v;
net.bytebuddy.description.type.TypeDescription v;
v = new net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory;
specialinvoke v.<net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory: void <init>(java.lang.String,int)>("INSTANCE", 0);
<net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory: net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory INSTANCE> = v;
v = staticinvoke <net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory: net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory[] $values()>();
<net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory: net.bytebuddy.asm.Advice$OffsetMapping$ForAllArguments$Factory[] $VALUES> = v;
v = staticinvoke <net.bytebuddy.description.type.TypeDescription$ForLoadedType: net.bytebuddy.description.type.TypeDescription of(java.lang.Class)>(class "Lnet/bytebuddy/asm/Advice$AllArguments;");
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)>("readOnly");
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.asm.Advice$OffsetMapping$ForAllArguments$Factory: net.bytebuddy.description.method.MethodDescription$InDefinedShape ALL_ARGUMENTS_READ_ONLY> = v;
v = staticinvoke <net.bytebuddy.matcher.ElementMatchers: net.bytebuddy.matcher.ElementMatcher$Junction named(java.lang.String)>("typing");
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.asm.Advice$OffsetMapping$ForAllArguments$Factory: net.bytebuddy.description.method.MethodDescription$InDefinedShape ALL_ARGUMENTS_TYPING> = v;
v = staticinvoke <net.bytebuddy.matcher.ElementMatchers: net.bytebuddy.matcher.ElementMatcher$Junction named(java.lang.String)>("includeSelf");
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.asm.Advice$OffsetMapping$ForAllArguments$Factory: net.bytebuddy.description.method.MethodDescription$InDefinedShape ALL_ARGUMENTS_INCLUDE_SELF> = v;
v = staticinvoke <net.bytebuddy.matcher.ElementMatchers: net.bytebuddy.matcher.ElementMatcher$Junction named(java.lang.String)>("nullIfEmpty");
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.asm.Advice$OffsetMapping$ForAllArguments$Factory: net.bytebuddy.description.method.MethodDescription$InDefinedShape ALL_ARGUMENTS_NULL_IF_EMPTY> = v;
return;
}
}