public final enum class net.bytebuddy.implementation.bytecode.constant.ClassConstant extends java.lang.Enum implements net.bytebuddy.implementation.bytecode.StackManipulation
{
public static final enum net.bytebuddy.implementation.bytecode.constant.ClassConstant VOID;
public static final enum net.bytebuddy.implementation.bytecode.constant.ClassConstant BOOLEAN;
public static final enum net.bytebuddy.implementation.bytecode.constant.ClassConstant BYTE;
public static final enum net.bytebuddy.implementation.bytecode.constant.ClassConstant SHORT;
public static final enum net.bytebuddy.implementation.bytecode.constant.ClassConstant CHARACTER;
public static final enum net.bytebuddy.implementation.bytecode.constant.ClassConstant INTEGER;
public static final enum net.bytebuddy.implementation.bytecode.constant.ClassConstant LONG;
public static final enum net.bytebuddy.implementation.bytecode.constant.ClassConstant FLOAT;
public static final enum net.bytebuddy.implementation.bytecode.constant.ClassConstant DOUBLE;
private static final net.bytebuddy.implementation.bytecode.StackManipulation$Size SIZE;
private static final java.lang.String PRIMITIVE_TYPE_FIELD;
private static final java.lang.String CLASS_TYPE_INTERNAL_NAME;
private final java.lang.String fieldOwnerInternalName;
private static final net.bytebuddy.implementation.bytecode.constant.ClassConstant[] $VALUES;
public static net.bytebuddy.implementation.bytecode.constant.ClassConstant[] values()
{
java.lang.Object v;
net.bytebuddy.implementation.bytecode.constant.ClassConstant[] v;
v = <net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.constant.ClassConstant[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static net.bytebuddy.implementation.bytecode.constant.ClassConstant 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/bytecode/constant/ClassConstant;", v);
return v;
}
private void <init>(java.lang.String, int, java.lang.Class)
{
net.bytebuddy.implementation.bytecode.constant.ClassConstant v;
int v;
java.lang.Class v;
java.lang.String v, v;
v := @this: net.bytebuddy.implementation.bytecode.constant.ClassConstant;
v := @parameter: java.lang.String;
v := @parameter: int;
v := @parameter: java.lang.Class;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
v = staticinvoke <org.objectweb.asm.Type: java.lang.String getInternalName(java.lang.Class)>(v);
v.<net.bytebuddy.implementation.bytecode.constant.ClassConstant: java.lang.String fieldOwnerInternalName> = v;
return;
}
public static net.bytebuddy.implementation.bytecode.StackManipulation of(net.bytebuddy.description.type.TypeDescription)
{
net.bytebuddy.implementation.bytecode.constant.ClassConstant v, v, v, v, v, v, v, v, v;
boolean v, v, v, v, v, v, v, v, v;
net.bytebuddy.implementation.bytecode.constant.ClassConstant$ForReferenceType v;
java.lang.Class v, v, v, v, v, v, v, v;
net.bytebuddy.description.type.TypeDescription v;
v := @parameter: net.bytebuddy.description.type.TypeDescription;
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: boolean isPrimitive()>();
if v != 0 goto label;
v = new net.bytebuddy.implementation.bytecode.constant.ClassConstant$ForReferenceType;
specialinvoke v.<net.bytebuddy.implementation.bytecode.constant.ClassConstant$ForReferenceType: void <init>(net.bytebuddy.description.type.TypeDescription)>(v);
return v;
label:
v = <java.lang.Boolean: java.lang.Class TYPE>;
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: boolean represents(java.lang.reflect.Type)>(v);
if v == 0 goto label;
v = <net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.constant.ClassConstant BOOLEAN>;
return v;
label:
v = <java.lang.Byte: java.lang.Class TYPE>;
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: boolean represents(java.lang.reflect.Type)>(v);
if v == 0 goto label;
v = <net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.constant.ClassConstant BYTE>;
return v;
label:
v = <java.lang.Short: java.lang.Class TYPE>;
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: boolean represents(java.lang.reflect.Type)>(v);
if v == 0 goto label;
v = <net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.constant.ClassConstant SHORT>;
return v;
label:
v = <java.lang.Character: java.lang.Class TYPE>;
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: boolean represents(java.lang.reflect.Type)>(v);
if v == 0 goto label;
v = <net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.constant.ClassConstant CHARACTER>;
return v;
label:
v = <java.lang.Integer: java.lang.Class TYPE>;
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: boolean represents(java.lang.reflect.Type)>(v);
if v == 0 goto label;
v = <net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.constant.ClassConstant INTEGER>;
return v;
label:
v = <java.lang.Long: java.lang.Class TYPE>;
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: boolean represents(java.lang.reflect.Type)>(v);
if v == 0 goto label;
v = <net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.constant.ClassConstant LONG>;
return v;
label:
v = <java.lang.Float: java.lang.Class TYPE>;
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: boolean represents(java.lang.reflect.Type)>(v);
if v == 0 goto label;
v = <net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.constant.ClassConstant FLOAT>;
return v;
label:
v = <java.lang.Double: java.lang.Class TYPE>;
v = interfaceinvoke v.<net.bytebuddy.description.type.TypeDescription: boolean represents(java.lang.reflect.Type)>(v);
if v == 0 goto label;
v = <net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.constant.ClassConstant DOUBLE>;
return v;
label:
v = <net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.constant.ClassConstant VOID>;
return v;
}
public boolean isValid()
{
net.bytebuddy.implementation.bytecode.constant.ClassConstant v;
v := @this: net.bytebuddy.implementation.bytecode.constant.ClassConstant;
return 1;
}
public net.bytebuddy.implementation.bytecode.StackManipulation$Size apply(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context)
{
net.bytebuddy.implementation.bytecode.StackManipulation$Size v;
org.objectweb.asm.MethodVisitor v;
net.bytebuddy.implementation.bytecode.constant.ClassConstant v;
java.lang.String v;
net.bytebuddy.implementation.Implementation$Context v;
v := @this: net.bytebuddy.implementation.bytecode.constant.ClassConstant;
v := @parameter: org.objectweb.asm.MethodVisitor;
v := @parameter: net.bytebuddy.implementation.Implementation$Context;
v = v.<net.bytebuddy.implementation.bytecode.constant.ClassConstant: java.lang.String fieldOwnerInternalName>;
virtualinvoke v.<org.objectweb.asm.MethodVisitor: void visitFieldInsn(int,java.lang.String,java.lang.String,java.lang.String)>(178, v, "TYPE", "Ljava/lang/Class;");
v = <net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.StackManipulation$Size SIZE>;
return v;
}
private static net.bytebuddy.implementation.bytecode.constant.ClassConstant[] $values()
{
net.bytebuddy.implementation.bytecode.constant.ClassConstant[] v;
net.bytebuddy.implementation.bytecode.constant.ClassConstant v, v, v, v, v, v, v, v, v;
v = newarray (net.bytebuddy.implementation.bytecode.constant.ClassConstant)[9];
v = <net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.constant.ClassConstant VOID>;
v[0] = v;
v = <net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.constant.ClassConstant BOOLEAN>;
v[1] = v;
v = <net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.constant.ClassConstant BYTE>;
v[2] = v;
v = <net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.constant.ClassConstant SHORT>;
v[3] = v;
v = <net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.constant.ClassConstant CHARACTER>;
v[4] = v;
v = <net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.constant.ClassConstant INTEGER>;
v[5] = v;
v = <net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.constant.ClassConstant LONG>;
v[6] = v;
v = <net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.constant.ClassConstant FLOAT>;
v[7] = v;
v = <net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.constant.ClassConstant DOUBLE>;
v[8] = v;
return v;
}
static void <clinit>()
{
net.bytebuddy.implementation.bytecode.constant.ClassConstant[] v;
net.bytebuddy.implementation.bytecode.StackSize v;
net.bytebuddy.implementation.bytecode.StackManipulation$Size v;
net.bytebuddy.implementation.bytecode.constant.ClassConstant v, v, v, v, v, v, v, v, v;
v = new net.bytebuddy.implementation.bytecode.constant.ClassConstant;
specialinvoke v.<net.bytebuddy.implementation.bytecode.constant.ClassConstant: void <init>(java.lang.String,int,java.lang.Class)>("VOID", 0, class "Ljava/lang/Void;");
<net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.constant.ClassConstant VOID> = v;
v = new net.bytebuddy.implementation.bytecode.constant.ClassConstant;
specialinvoke v.<net.bytebuddy.implementation.bytecode.constant.ClassConstant: void <init>(java.lang.String,int,java.lang.Class)>("BOOLEAN", 1, class "Ljava/lang/Boolean;");
<net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.constant.ClassConstant BOOLEAN> = v;
v = new net.bytebuddy.implementation.bytecode.constant.ClassConstant;
specialinvoke v.<net.bytebuddy.implementation.bytecode.constant.ClassConstant: void <init>(java.lang.String,int,java.lang.Class)>("BYTE", 2, class "Ljava/lang/Byte;");
<net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.constant.ClassConstant BYTE> = v;
v = new net.bytebuddy.implementation.bytecode.constant.ClassConstant;
specialinvoke v.<net.bytebuddy.implementation.bytecode.constant.ClassConstant: void <init>(java.lang.String,int,java.lang.Class)>("SHORT", 3, class "Ljava/lang/Short;");
<net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.constant.ClassConstant SHORT> = v;
v = new net.bytebuddy.implementation.bytecode.constant.ClassConstant;
specialinvoke v.<net.bytebuddy.implementation.bytecode.constant.ClassConstant: void <init>(java.lang.String,int,java.lang.Class)>("CHARACTER", 4, class "Ljava/lang/Character;");
<net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.constant.ClassConstant CHARACTER> = v;
v = new net.bytebuddy.implementation.bytecode.constant.ClassConstant;
specialinvoke v.<net.bytebuddy.implementation.bytecode.constant.ClassConstant: void <init>(java.lang.String,int,java.lang.Class)>("INTEGER", 5, class "Ljava/lang/Integer;");
<net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.constant.ClassConstant INTEGER> = v;
v = new net.bytebuddy.implementation.bytecode.constant.ClassConstant;
specialinvoke v.<net.bytebuddy.implementation.bytecode.constant.ClassConstant: void <init>(java.lang.String,int,java.lang.Class)>("LONG", 6, class "Ljava/lang/Long;");
<net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.constant.ClassConstant LONG> = v;
v = new net.bytebuddy.implementation.bytecode.constant.ClassConstant;
specialinvoke v.<net.bytebuddy.implementation.bytecode.constant.ClassConstant: void <init>(java.lang.String,int,java.lang.Class)>("FLOAT", 7, class "Ljava/lang/Float;");
<net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.constant.ClassConstant FLOAT> = v;
v = new net.bytebuddy.implementation.bytecode.constant.ClassConstant;
specialinvoke v.<net.bytebuddy.implementation.bytecode.constant.ClassConstant: void <init>(java.lang.String,int,java.lang.Class)>("DOUBLE", 8, class "Ljava/lang/Double;");
<net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.constant.ClassConstant DOUBLE> = v;
v = staticinvoke <net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.constant.ClassConstant[] $values()>();
<net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.constant.ClassConstant[] $VALUES> = v;
v = <net.bytebuddy.implementation.bytecode.StackSize: net.bytebuddy.implementation.bytecode.StackSize SINGLE>;
v = virtualinvoke v.<net.bytebuddy.implementation.bytecode.StackSize: net.bytebuddy.implementation.bytecode.StackManipulation$Size toIncreasingSize()>();
<net.bytebuddy.implementation.bytecode.constant.ClassConstant: net.bytebuddy.implementation.bytecode.StackManipulation$Size SIZE> = v;
return;
}
}