public final enum class org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape extends java.lang.Enum
{
public static final enum org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape ANY;
public static final enum org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape SCALAR;
public static final enum org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape ARRAY;
public static final enum org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape OBJECT;
public static final enum org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape NUMBER;
public static final enum org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape NUMBER_FLOAT;
public static final enum org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape NUMBER_INT;
public static final enum org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape STRING;
public static final enum org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape BOOLEAN;
private static final org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape[] $VALUES;
public static org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape[] values()
{
org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape[] v;
java.lang.Object v;
v = <org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape 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 "Lorg/apache/htrace/shaded/fasterxml/jackson/annotation/JsonFormat$Shape;", v);
return v;
}
private void <init>(java.lang.String, int)
{
int v;
org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape v;
java.lang.String v;
v := @this: org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape;
v := @parameter: java.lang.String;
v := @parameter: int;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
return;
}
public boolean isNumeric()
{
org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape v, v, v, v;
boolean v;
v := @this: org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape;
v = <org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape NUMBER>;
if v == v goto label;
v = <org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape NUMBER_INT>;
if v == v goto label;
v = <org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape NUMBER_FLOAT>;
if v != v goto label;
label:
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public boolean isStructured()
{
org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape v, v, v;
boolean v;
v := @this: org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape;
v = <org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape OBJECT>;
if v == v goto label;
v = <org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape ARRAY>;
if v != v goto label;
label:
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
private static org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape[] $values()
{
org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape[] v;
org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape v, v, v, v, v, v, v, v, v;
v = newarray (org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape)[9];
v = <org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape ANY>;
v[0] = v;
v = <org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape SCALAR>;
v[1] = v;
v = <org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape ARRAY>;
v[2] = v;
v = <org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape OBJECT>;
v[3] = v;
v = <org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape NUMBER>;
v[4] = v;
v = <org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape NUMBER_FLOAT>;
v[5] = v;
v = <org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape NUMBER_INT>;
v[6] = v;
v = <org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape STRING>;
v[7] = v;
v = <org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape BOOLEAN>;
v[8] = v;
return v;
}
static void <clinit>()
{
org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape[] v;
org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape v, v, v, v, v, v, v, v, v;
v = new org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape;
specialinvoke v.<org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: void <init>(java.lang.String,int)>("ANY", 0);
<org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape ANY> = v;
v = new org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape;
specialinvoke v.<org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: void <init>(java.lang.String,int)>("SCALAR", 1);
<org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape SCALAR> = v;
v = new org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape;
specialinvoke v.<org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: void <init>(java.lang.String,int)>("ARRAY", 2);
<org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape ARRAY> = v;
v = new org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape;
specialinvoke v.<org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: void <init>(java.lang.String,int)>("OBJECT", 3);
<org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape OBJECT> = v;
v = new org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape;
specialinvoke v.<org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: void <init>(java.lang.String,int)>("NUMBER", 4);
<org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape NUMBER> = v;
v = new org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape;
specialinvoke v.<org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: void <init>(java.lang.String,int)>("NUMBER_FLOAT", 5);
<org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape NUMBER_FLOAT> = v;
v = new org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape;
specialinvoke v.<org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: void <init>(java.lang.String,int)>("NUMBER_INT", 6);
<org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape NUMBER_INT> = v;
v = new org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape;
specialinvoke v.<org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: void <init>(java.lang.String,int)>("STRING", 7);
<org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape STRING> = v;
v = new org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape;
specialinvoke v.<org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: void <init>(java.lang.String,int)>("BOOLEAN", 8);
<org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape BOOLEAN> = v;
v = staticinvoke <org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape[] $values()>();
<org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape: org.apache.htrace.shaded.fasterxml.jackson.'annotation'.JsonFormat$Shape[] $VALUES> = v;
return;
}
}