final class org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey extends java.lang.Object implements java.lang.Comparable
{
private final java.lang.Class clazz;
private final java.lang.String property;
private boolean targetIsClass;
public void <init>(java.lang.Class, java.lang.String, boolean)
{
org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey v;
java.lang.Class v;
java.lang.String v;
boolean v;
v := @this: org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey;
v := @parameter: java.lang.Class;
v := @parameter: java.lang.String;
v := @parameter: boolean;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey: java.lang.Class clazz> = v;
v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey: java.lang.String property> = v;
v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey: boolean targetIsClass> = v;
return;
}
public boolean equals(java.lang.Object)
{
org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey v;
java.lang.Class v, v;
java.lang.Object v;
java.lang.String v, v;
boolean v, v, v, v, v;
v := @this: org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey;
v := @parameter: java.lang.Object;
if v != v goto label;
return 1;
label:
v = v instanceof org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey;
if v != 0 goto label;
return 0;
label:
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey: java.lang.Class clazz>;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey: java.lang.Class clazz>;
if v != v goto label;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey: java.lang.String property>;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey: java.lang.String property>;
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>(v);
if v == 0 goto label;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey: boolean targetIsClass>;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey: boolean targetIsClass>;
if v != v goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
public int hashCode()
{
org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey v;
int v, v, v, v;
java.lang.Class v;
java.lang.String v;
v := @this: org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey: java.lang.Class clazz>;
v = virtualinvoke v.<java.lang.Object: int hashCode()>();
v = v * 29;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey: java.lang.String property>;
v = virtualinvoke v.<java.lang.String: int hashCode()>();
v = v + v;
return v;
}
public java.lang.String toString()
{
org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey v;
java.lang.Class v;
java.lang.String v, v, v;
boolean v;
v := @this: org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey: java.lang.Class clazz>;
v = virtualinvoke v.<java.lang.Class: java.lang.String getName()>();
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey: java.lang.String property>;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey: boolean targetIsClass>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String,java.lang.String,boolean)>(v, v, 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[])>("PropertyCacheKey [clazz=\u, property=\u, targetIsClass=\u]");
return v;
}
public int compareTo(org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey)
{
org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey v, v;
int v;
java.lang.Class v, v;
java.lang.String v, v, v, v;
v := @this: org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey;
v := @parameter: org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey: java.lang.Class clazz>;
v = virtualinvoke v.<java.lang.Class: java.lang.String getName()>();
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey: java.lang.Class clazz>;
v = virtualinvoke v.<java.lang.Class: java.lang.String getName()>();
v = virtualinvoke v.<java.lang.String: int compareTo(java.lang.String)>(v);
if v != 0 goto label;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey: java.lang.String property>;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey: java.lang.String property>;
v = virtualinvoke v.<java.lang.String: int compareTo(java.lang.String)>(v);
label:
return v;
}
}