public class com.fasterxml.jackson.databind.JsonMappingException$Reference extends java.lang.Object implements java.io.Serializable
{
private static final long serialVersionUID;
protected transient java.lang.Object _from;
protected java.lang.String _fieldName;
protected int _index;
protected java.lang.String _desc;
protected void <init>()
{
int v;
com.fasterxml.jackson.databind.JsonMappingException$Reference v;
v := @this: com.fasterxml.jackson.databind.JsonMappingException$Reference;
specialinvoke v.<java.lang.Object: void <init>()>();
v = (int) -1;
v.<com.fasterxml.jackson.databind.JsonMappingException$Reference: int _index> = v;
return;
}
public void <init>(java.lang.Object)
{
int v;
java.lang.Object v;
com.fasterxml.jackson.databind.JsonMappingException$Reference v;
v := @this: com.fasterxml.jackson.databind.JsonMappingException$Reference;
v := @parameter: java.lang.Object;
specialinvoke v.<java.lang.Object: void <init>()>();
v = (int) -1;
v.<com.fasterxml.jackson.databind.JsonMappingException$Reference: int _index> = v;
v.<com.fasterxml.jackson.databind.JsonMappingException$Reference: java.lang.Object _from> = v;
return;
}
public void <init>(java.lang.Object, java.lang.String)
{
com.fasterxml.jackson.databind.JsonMappingException$Reference v;
int v;
java.lang.Object v;
java.lang.String v;
java.lang.NullPointerException v;
v := @this: com.fasterxml.jackson.databind.JsonMappingException$Reference;
v := @parameter: java.lang.Object;
v := @parameter: java.lang.String;
specialinvoke v.<java.lang.Object: void <init>()>();
v = (int) -1;
v.<com.fasterxml.jackson.databind.JsonMappingException$Reference: int _index> = v;
v.<com.fasterxml.jackson.databind.JsonMappingException$Reference: java.lang.Object _from> = v;
if v != null goto label;
v = new java.lang.NullPointerException;
specialinvoke v.<java.lang.NullPointerException: void <init>(java.lang.String)>("Cannot pass null fieldName");
throw v;
label:
v.<com.fasterxml.jackson.databind.JsonMappingException$Reference: java.lang.String _fieldName> = v;
return;
}
public void <init>(java.lang.Object, int)
{
com.fasterxml.jackson.databind.JsonMappingException$Reference v;
int v, v;
java.lang.Object v;
v := @this: com.fasterxml.jackson.databind.JsonMappingException$Reference;
v := @parameter: java.lang.Object;
v := @parameter: int;
specialinvoke v.<java.lang.Object: void <init>()>();
v = (int) -1;
v.<com.fasterxml.jackson.databind.JsonMappingException$Reference: int _index> = v;
v.<com.fasterxml.jackson.databind.JsonMappingException$Reference: java.lang.Object _from> = v;
v.<com.fasterxml.jackson.databind.JsonMappingException$Reference: int _index> = v;
return;
}
void setFieldName(java.lang.String)
{
com.fasterxml.jackson.databind.JsonMappingException$Reference v;
java.lang.String v;
v := @this: com.fasterxml.jackson.databind.JsonMappingException$Reference;
v := @parameter: java.lang.String;
v.<com.fasterxml.jackson.databind.JsonMappingException$Reference: java.lang.String _fieldName> = v;
return;
}
void setIndex(int)
{
int v;
com.fasterxml.jackson.databind.JsonMappingException$Reference v;
v := @this: com.fasterxml.jackson.databind.JsonMappingException$Reference;
v := @parameter: int;
v.<com.fasterxml.jackson.databind.JsonMappingException$Reference: int _index> = v;
return;
}
void setDescription(java.lang.String)
{
com.fasterxml.jackson.databind.JsonMappingException$Reference v;
java.lang.String v;
v := @this: com.fasterxml.jackson.databind.JsonMappingException$Reference;
v := @parameter: java.lang.String;
v.<com.fasterxml.jackson.databind.JsonMappingException$Reference: java.lang.String _desc> = v;
return;
}
public java.lang.Object getFrom()
{
java.lang.Object v;
com.fasterxml.jackson.databind.JsonMappingException$Reference v;
v := @this: com.fasterxml.jackson.databind.JsonMappingException$Reference;
v = v.<com.fasterxml.jackson.databind.JsonMappingException$Reference: java.lang.Object _from>;
return v;
}
public java.lang.String getFieldName()
{
com.fasterxml.jackson.databind.JsonMappingException$Reference v;
java.lang.String v;
v := @this: com.fasterxml.jackson.databind.JsonMappingException$Reference;
v = v.<com.fasterxml.jackson.databind.JsonMappingException$Reference: java.lang.String _fieldName>;
return v;
}
public int getIndex()
{
int v;
com.fasterxml.jackson.databind.JsonMappingException$Reference v;
v := @this: com.fasterxml.jackson.databind.JsonMappingException$Reference;
v = v.<com.fasterxml.jackson.databind.JsonMappingException$Reference: int _index>;
return v;
}
public java.lang.String getDescription()
{
com.fasterxml.jackson.databind.JsonMappingException$Reference v;
int v, v, v;
java.lang.String v, v, v, v, v, v;
boolean v, v;
java.lang.Class v;
java.lang.Object v, v, v, v;
java.lang.StringBuilder v;
v := @this: com.fasterxml.jackson.databind.JsonMappingException$Reference;
v = v.<com.fasterxml.jackson.databind.JsonMappingException$Reference: java.lang.String _desc>;
if v != null goto label;
v = new java.lang.StringBuilder;
specialinvoke v.<java.lang.StringBuilder: void <init>()>();
v = v.<com.fasterxml.jackson.databind.JsonMappingException$Reference: java.lang.Object _from>;
if v != null goto label;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("UNKNOWN");
goto label;
label:
v = v.<com.fasterxml.jackson.databind.JsonMappingException$Reference: java.lang.Object _from>;
v = v instanceof java.lang.Class;
if v == 0 goto label;
v = v.<com.fasterxml.jackson.databind.JsonMappingException$Reference: java.lang.Object _from>;
goto label;
label:
v = v.<com.fasterxml.jackson.databind.JsonMappingException$Reference: java.lang.Object _from>;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
label:
v = v;
v = 0;
label:
v = virtualinvoke v.<java.lang.Class: boolean isArray()>();
if v == 0 goto label;
v = virtualinvoke v.<java.lang.Class: java.lang.Class getComponentType()>();
v = v + 1;
goto label;
label:
v = virtualinvoke v.<java.lang.Class: java.lang.String getName()>();
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(v);
label:
v = v - 1;
if v < 0 goto label;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("[]");
goto label;
label:
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(char)>(91);
v = v.<com.fasterxml.jackson.databind.JsonMappingException$Reference: java.lang.String _fieldName>;
if v == null goto label;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(char)>(34);
v = v.<com.fasterxml.jackson.databind.JsonMappingException$Reference: java.lang.String _fieldName>;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(v);
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(char)>(34);
goto label;
label:
v = v.<com.fasterxml.jackson.databind.JsonMappingException$Reference: int _index>;
if v < 0 goto label;
v = v.<com.fasterxml.jackson.databind.JsonMappingException$Reference: int _index>;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(int)>(v);
goto label;
label:
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(char)>(63);
label:
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(char)>(93);
v = virtualinvoke v.<java.lang.StringBuilder: java.lang.String toString()>();
v.<com.fasterxml.jackson.databind.JsonMappingException$Reference: java.lang.String _desc> = v;
label:
v = v.<com.fasterxml.jackson.databind.JsonMappingException$Reference: java.lang.String _desc>;
return v;
}
public java.lang.String toString()
{
com.fasterxml.jackson.databind.JsonMappingException$Reference v;
java.lang.String v;
v := @this: com.fasterxml.jackson.databind.JsonMappingException$Reference;
v = virtualinvoke v.<com.fasterxml.jackson.databind.JsonMappingException$Reference: java.lang.String getDescription()>();
return v;
}
java.lang.Object writeReplace()
{
com.fasterxml.jackson.databind.JsonMappingException$Reference v;
v := @this: com.fasterxml.jackson.databind.JsonMappingException$Reference;
virtualinvoke v.<com.fasterxml.jackson.databind.JsonMappingException$Reference: java.lang.String getDescription()>();
return v;
}
}