public abstract enum class net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue extends java.lang.Enum
{
public static final enum net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue BOOLEAN;
public static final enum net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue BYTE;
public static final enum net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue SHORT;
public static final enum net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue CHARACTER;
public static final enum net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue INTEGER;
public static final enum net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue LONG;
public static final enum net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue FLOAT;
public static final enum net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue DOUBLE;
public static final enum net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue REFERENCE;
private final int load;
private final int arrayLoad;
private final int defaultJump;
private final int nonDefaultJump;
private final int requiredSize;
private static final net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue[] $VALUES;
public static net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue[] values()
{
java.lang.Object v;
net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue[] v;
v = <net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue 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$Dispatcher$RelocationHandler$ForValue;", v);
return v;
}
private void <init>(java.lang.String, int, int, int, int, int, int)
{
net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue v;
int v, v, v, v, v, v;
java.lang.String v;
v := @this: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue;
v := @parameter: java.lang.String;
v := @parameter: int;
v := @parameter: int;
v := @parameter: int;
v := @parameter: int;
v := @parameter: int;
v := @parameter: int;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
v.<net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: int load> = v;
v.<net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: int arrayLoad> = v;
v.<net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: int defaultJump> = v;
v.<net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: int nonDefaultJump> = v;
v.<net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: int requiredSize> = v;
return;
}
protected static net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler of(net.bytebuddy.description.type.TypeDefinition, int, boolean)
{
java.lang.IllegalStateException v;
net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$OfNonDefault v;
net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler v;
net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue v;
net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$OfDefault v;
int v;
boolean v, v, v, v, v, v, v, v, v, v;
net.bytebuddy.description.type.TypeDefinition v;
java.lang.Class v, v, v, v, v, v, v, v, v;
v := @parameter: net.bytebuddy.description.type.TypeDefinition;
v := @parameter: int;
v := @parameter: boolean;
v = <java.lang.Boolean: java.lang.Class TYPE>;
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDefinition: boolean represents(java.lang.reflect.Type)>(v);
if v == 0 goto label;
v = <net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue BOOLEAN>;
goto label;
label:
v = <java.lang.Byte: java.lang.Class TYPE>;
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDefinition: boolean represents(java.lang.reflect.Type)>(v);
if v == 0 goto label;
v = <net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue BYTE>;
goto label;
label:
v = <java.lang.Short: java.lang.Class TYPE>;
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDefinition: boolean represents(java.lang.reflect.Type)>(v);
if v == 0 goto label;
v = <net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue SHORT>;
goto label;
label:
v = <java.lang.Character: java.lang.Class TYPE>;
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDefinition: boolean represents(java.lang.reflect.Type)>(v);
if v == 0 goto label;
v = <net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue CHARACTER>;
goto label;
label:
v = <java.lang.Integer: java.lang.Class TYPE>;
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDefinition: boolean represents(java.lang.reflect.Type)>(v);
if v == 0 goto label;
v = <net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue INTEGER>;
goto label;
label:
v = <java.lang.Long: java.lang.Class TYPE>;
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDefinition: boolean represents(java.lang.reflect.Type)>(v);
if v == 0 goto label;
v = <net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue LONG>;
goto label;
label:
v = <java.lang.Float: java.lang.Class TYPE>;
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDefinition: boolean represents(java.lang.reflect.Type)>(v);
if v == 0 goto label;
v = <net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue FLOAT>;
goto label;
label:
v = <java.lang.Double: java.lang.Class TYPE>;
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDefinition: boolean represents(java.lang.reflect.Type)>(v);
if v == 0 goto label;
v = <net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue DOUBLE>;
goto label;
label:
v = <java.lang.Void: java.lang.Class TYPE>;
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDefinition: boolean represents(java.lang.reflect.Type)>(v);
if v == 0 goto label;
v = new java.lang.IllegalStateException;
specialinvoke v.<java.lang.IllegalStateException: void <init>(java.lang.String)>("Cannot skip on default value for void return type");
throw v;
label:
v = <net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue REFERENCE>;
label:
if v == 0 goto label;
v = new net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$OfNonDefault;
v = v;
virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
specialinvoke v.<net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$OfNonDefault: void <init>(net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue,int)>(v, v);
goto label;
label:
v = new net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$OfDefault;
v = v;
virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
specialinvoke v.<net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$OfDefault: void <init>(net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue,int)>(v, v);
label:
return v;
}
protected abstract void convertValue(org.objectweb.asm.MethodVisitor);
private static net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue[] $values()
{
net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue[] v;
net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue v, v, v, v, v, v, v, v, v;
v = newarray (net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue)[9];
v = <net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue BOOLEAN>;
v[0] = v;
v = <net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue BYTE>;
v[1] = v;
v = <net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue SHORT>;
v[2] = v;
v = <net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue CHARACTER>;
v[3] = v;
v = <net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue INTEGER>;
v[4] = v;
v = <net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue LONG>;
v[5] = v;
v = <net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue FLOAT>;
v[6] = v;
v = <net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue DOUBLE>;
v[7] = v;
v = <net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue REFERENCE>;
v[8] = v;
return v;
}
static void <clinit>()
{
net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$9 v;
net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$7 v;
net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$8 v;
net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$5 v;
net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue[] v;
net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$6 v;
net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$3 v;
net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$4 v;
net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$1 v;
net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$2 v;
v = new net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$1;
specialinvoke v.<net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$1: void <init>(java.lang.String,int,int,int,int,int,int)>("BOOLEAN", 0, 21, 51, 154, 153, 0);
<net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue BOOLEAN> = v;
v = new net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$2;
specialinvoke v.<net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$2: void <init>(java.lang.String,int,int,int,int,int,int)>("BYTE", 1, 21, 51, 154, 153, 0);
<net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue BYTE> = v;
v = new net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$3;
specialinvoke v.<net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$3: void <init>(java.lang.String,int,int,int,int,int,int)>("SHORT", 2, 21, 53, 154, 153, 0);
<net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue SHORT> = v;
v = new net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$4;
specialinvoke v.<net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$4: void <init>(java.lang.String,int,int,int,int,int,int)>("CHARACTER", 3, 21, 52, 154, 153, 0);
<net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue CHARACTER> = v;
v = new net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$5;
specialinvoke v.<net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$5: void <init>(java.lang.String,int,int,int,int,int,int)>("INTEGER", 4, 21, 46, 154, 153, 0);
<net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue INTEGER> = v;
v = new net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$6;
specialinvoke v.<net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$6: void <init>(java.lang.String,int,int,int,int,int,int)>("LONG", 5, 22, 47, 154, 153, 0);
<net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue LONG> = v;
v = new net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$7;
specialinvoke v.<net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$7: void <init>(java.lang.String,int,int,int,int,int,int)>("FLOAT", 6, 23, 48, 154, 153, 2);
<net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue FLOAT> = v;
v = new net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$8;
specialinvoke v.<net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$8: void <init>(java.lang.String,int,int,int,int,int,int)>("DOUBLE", 7, 24, 49, 154, 153, 4);
<net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue DOUBLE> = v;
v = new net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$9;
specialinvoke v.<net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue$9: void <init>(java.lang.String,int,int,int,int,int,int)>("REFERENCE", 8, 25, 50, 199, 198, 0);
<net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue REFERENCE> = v;
v = staticinvoke <net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue[] $values()>();
<net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue: net.bytebuddy.asm.Advice$Dispatcher$RelocationHandler$ForValue[] $VALUES> = v;
return;
}
}