public class org.springframework.expression.spel.support.ReflectivePropertyAccessor extends java.lang.Object implements org.springframework.expression.PropertyAccessor
{
private static final java.util.Set ANY_TYPES;
private static final java.util.Set BOOLEAN_TYPES;
private final boolean allowWrite;
private final java.util.Map readerCache;
private final java.util.Map writerCache;
private final java.util.Map typeDescriptorCache;
private final java.util.Map sortedMethodsCache;
private volatile org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair lastReadInvokerPair;
public void <init>()
{
org.springframework.expression.spel.support.ReflectivePropertyAccessor v;
java.util.concurrent.ConcurrentHashMap v, v, v, v;
v := @this: org.springframework.expression.spel.support.ReflectivePropertyAccessor;
specialinvoke v.<java.lang.Object: void <init>()>();
v = new java.util.concurrent.ConcurrentHashMap;
specialinvoke v.<java.util.concurrent.ConcurrentHashMap: void <init>(int)>(64);
v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map readerCache> = v;
v = new java.util.concurrent.ConcurrentHashMap;
specialinvoke v.<java.util.concurrent.ConcurrentHashMap: void <init>(int)>(64);
v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map writerCache> = v;
v = new java.util.concurrent.ConcurrentHashMap;
specialinvoke v.<java.util.concurrent.ConcurrentHashMap: void <init>(int)>(64);
v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map typeDescriptorCache> = v;
v = new java.util.concurrent.ConcurrentHashMap;
specialinvoke v.<java.util.concurrent.ConcurrentHashMap: void <init>(int)>(64);
v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map sortedMethodsCache> = v;
v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: boolean allowWrite> = 1;
return;
}
public void <init>(boolean)
{
org.springframework.expression.spel.support.ReflectivePropertyAccessor v;
java.util.concurrent.ConcurrentHashMap v, v, v, v;
boolean v;
v := @this: org.springframework.expression.spel.support.ReflectivePropertyAccessor;
v := @parameter: boolean;
specialinvoke v.<java.lang.Object: void <init>()>();
v = new java.util.concurrent.ConcurrentHashMap;
specialinvoke v.<java.util.concurrent.ConcurrentHashMap: void <init>(int)>(64);
v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map readerCache> = v;
v = new java.util.concurrent.ConcurrentHashMap;
specialinvoke v.<java.util.concurrent.ConcurrentHashMap: void <init>(int)>(64);
v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map writerCache> = v;
v = new java.util.concurrent.ConcurrentHashMap;
specialinvoke v.<java.util.concurrent.ConcurrentHashMap: void <init>(int)>(64);
v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map typeDescriptorCache> = v;
v = new java.util.concurrent.ConcurrentHashMap;
specialinvoke v.<java.util.concurrent.ConcurrentHashMap: void <init>(int)>(64);
v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map sortedMethodsCache> = v;
v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: boolean allowWrite> = v;
return;
}
public java.lang.Class[] getSpecificTargetClasses()
{
org.springframework.expression.spel.support.ReflectivePropertyAccessor v;
v := @this: org.springframework.expression.spel.support.ReflectivePropertyAccessor;
return null;
}
public boolean canRead(org.springframework.expression.EvaluationContext, java.lang.Object, java.lang.String) throws org.springframework.expression.AccessException
{
org.springframework.expression.spel.support.ReflectivePropertyAccessor v;
org.springframework.core.convert.TypeDescriptor v, v;
java.util.Map v, v, v, v, v;
java.lang.String v;
java.lang.reflect.Method v;
boolean v, v, v, v, v;
org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair v, v;
java.lang.reflect.Field v;
org.springframework.core.convert.Property v;
org.springframework.expression.EvaluationContext v;
org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey v;
java.lang.Class v;
java.lang.Object v;
v := @this: org.springframework.expression.spel.support.ReflectivePropertyAccessor;
v := @parameter: org.springframework.expression.EvaluationContext;
v := @parameter: java.lang.Object;
v := @parameter: java.lang.String;
if v != null goto label;
return 0;
label:
v = v instanceof java.lang.Class;
if v != 0 goto label;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
label:
v = v;
v = virtualinvoke v.<java.lang.Class: boolean isArray()>();
if v == 0 goto label;
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>("length");
if v == 0 goto label;
return 1;
label:
v = new org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey;
v = v instanceof java.lang.Class;
specialinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey: void <init>(java.lang.Class,java.lang.String,boolean)>(v, v, v);
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map readerCache>;
v = interfaceinvoke v.<java.util.Map: boolean containsKey(java.lang.Object)>(v);
if v == 0 goto label;
return 1;
label:
v = specialinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.lang.reflect.Method findGetterForProperty(java.lang.String,java.lang.Class,java.lang.Object)>(v, v, v);
if v == null goto label;
v = new org.springframework.core.convert.Property;
specialinvoke v.<org.springframework.core.convert.Property: void <init>(java.lang.Class,java.lang.reflect.Method,java.lang.reflect.Method)>(v, v, null);
v = new org.springframework.core.convert.TypeDescriptor;
specialinvoke v.<org.springframework.core.convert.TypeDescriptor: void <init>(org.springframework.core.convert.Property)>(v);
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map readerCache>;
v = new org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair;
specialinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair: void <init>(java.lang.reflect.Member,org.springframework.core.convert.TypeDescriptor)>(v, v);
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map typeDescriptorCache>;
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
return 1;
label:
v = specialinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.lang.reflect.Field findField(java.lang.String,java.lang.Class,java.lang.Object)>(v, v, v);
if v == null goto label;
v = new org.springframework.core.convert.TypeDescriptor;
specialinvoke v.<org.springframework.core.convert.TypeDescriptor: void <init>(java.lang.reflect.Field)>(v);
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map readerCache>;
v = new org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair;
specialinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair: void <init>(java.lang.reflect.Member,org.springframework.core.convert.TypeDescriptor)>(v, v);
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map typeDescriptorCache>;
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
return 1;
label:
return 0;
}
public org.springframework.expression.TypedValue read(org.springframework.expression.EvaluationContext, java.lang.Object, java.lang.String) throws org.springframework.expression.AccessException
{
org.springframework.expression.spel.support.ReflectivePropertyAccessor v;
java.lang.Integer v;
java.util.Map v, v, v;
boolean v, v, v, v, v, v, v;
java.lang.reflect.Member v, v, v, v;
java.lang.Exception v, v;
org.springframework.expression.AccessException v, v, v, v, v;
org.springframework.core.convert.Property v;
org.springframework.expression.EvaluationContext v;
java.lang.Object[] v;
org.springframework.core.convert.TypeDescriptor v, v, v, v, v, v;
int v;
java.lang.String v, v, v, v;
org.springframework.expression.TypedValue v, v, v;
org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair v, v;
org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey v;
java.lang.Class v;
java.lang.Object v, v, v, v;
v := @this: org.springframework.expression.spel.support.ReflectivePropertyAccessor;
v := @parameter: org.springframework.expression.EvaluationContext;
v := @parameter: java.lang.Object;
v := @parameter: java.lang.String;
if v != null goto label;
v = new org.springframework.expression.AccessException;
specialinvoke v.<org.springframework.expression.AccessException: void <init>(java.lang.String)>("Cannot read property of null target");
throw v;
label:
v = v instanceof java.lang.Class;
if v != 0 goto label;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
label:
v = v;
v = virtualinvoke v.<java.lang.Class: boolean isArray()>();
if v == 0 goto label;
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>("length");
if v == 0 goto label;
v = v instanceof java.lang.Class;
if v == 0 goto label;
v = new org.springframework.expression.AccessException;
specialinvoke v.<org.springframework.expression.AccessException: void <init>(java.lang.String)>("Cannot access length on array class itself");
throw v;
label:
v = new org.springframework.expression.TypedValue;
v = staticinvoke <java.lang.reflect.Array: int getLength(java.lang.Object)>(v);
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
specialinvoke v.<org.springframework.expression.TypedValue: void <init>(java.lang.Object)>(v);
return v;
label:
v = new org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey;
v = v instanceof java.lang.Class;
specialinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey: void <init>(java.lang.Class,java.lang.String,boolean)>(v, v, v);
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map readerCache>;
v = interfaceinvoke v.<java.util.Map: java.lang.Object get(java.lang.Object)>(v);
v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair lastReadInvokerPair> = v;
if v == null goto label;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair: java.lang.reflect.Member member>;
v = v instanceof java.lang.reflect.Method;
if v == 0 goto label;
if v == null goto label;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair: java.lang.reflect.Member member>;
goto label;
label:
v = null;
label:
if v != null goto label;
v = specialinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.lang.reflect.Method findGetterForProperty(java.lang.String,java.lang.Class,java.lang.Object)>(v, v, v);
if v == null goto label;
v = new org.springframework.core.convert.Property;
specialinvoke v.<org.springframework.core.convert.Property: void <init>(java.lang.Class,java.lang.reflect.Method,java.lang.reflect.Method)>(v, v, null);
v = new org.springframework.core.convert.TypeDescriptor;
specialinvoke v.<org.springframework.core.convert.TypeDescriptor: void <init>(org.springframework.core.convert.Property)>(v);
v = new org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair;
specialinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair: void <init>(java.lang.reflect.Member,org.springframework.core.convert.TypeDescriptor)>(v, v);
v = v;
v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair lastReadInvokerPair> = v;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map readerCache>;
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
label:
if v == null goto label;
label:
staticinvoke <org.springframework.util.ReflectionUtils: void makeAccessible(java.lang.reflect.Method)>(v);
v = newarray (java.lang.Object)[0];
v = virtualinvoke v.<java.lang.reflect.Method: java.lang.Object invoke(java.lang.Object,java.lang.Object[])>(v, v);
v = new org.springframework.expression.TypedValue;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair: org.springframework.core.convert.TypeDescriptor typeDescriptor>;
v = virtualinvoke v.<org.springframework.core.convert.TypeDescriptor: org.springframework.core.convert.TypeDescriptor narrow(java.lang.Object)>(v);
specialinvoke v.<org.springframework.expression.TypedValue: void <init>(java.lang.Object,org.springframework.core.convert.TypeDescriptor)>(v, v);
label:
return v;
label:
v := @caughtexception;
v = new org.springframework.expression.AccessException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String)>(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[])>("Unable to access property \'\u0001\' through getter method");
specialinvoke v.<org.springframework.expression.AccessException: void <init>(java.lang.String,java.lang.Exception)>(v, v);
throw v;
label:
if v == null goto label;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair: java.lang.reflect.Member member>;
v = v instanceof java.lang.reflect.Field;
if v == 0 goto label;
label:
if v != null goto label;
v = null;
goto label;
label:
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair: java.lang.reflect.Member member>;
label:
if v != null goto label;
v = specialinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.lang.reflect.Field findField(java.lang.String,java.lang.Class,java.lang.Object)>(v, v, v);
if v == null goto label;
v = new org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair;
v = new org.springframework.core.convert.TypeDescriptor;
specialinvoke v.<org.springframework.core.convert.TypeDescriptor: void <init>(java.lang.reflect.Field)>(v);
specialinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair: void <init>(java.lang.reflect.Member,org.springframework.core.convert.TypeDescriptor)>(v, v);
v = v;
v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair lastReadInvokerPair> = v;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map readerCache>;
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
label:
if v == null goto label;
label:
staticinvoke <org.springframework.util.ReflectionUtils: void makeAccessible(java.lang.reflect.Field)>(v);
v = virtualinvoke v.<java.lang.reflect.Field: java.lang.Object get(java.lang.Object)>(v);
v = new org.springframework.expression.TypedValue;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair: org.springframework.core.convert.TypeDescriptor typeDescriptor>;
v = virtualinvoke v.<org.springframework.core.convert.TypeDescriptor: org.springframework.core.convert.TypeDescriptor narrow(java.lang.Object)>(v);
specialinvoke v.<org.springframework.expression.TypedValue: void <init>(java.lang.Object,org.springframework.core.convert.TypeDescriptor)>(v, v);
label:
return v;
label:
v := @caughtexception;
v = new org.springframework.expression.AccessException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String)>(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[])>("Unable to access field \'\u0001\'");
specialinvoke v.<org.springframework.expression.AccessException: void <init>(java.lang.String,java.lang.Exception)>(v, v);
throw v;
label:
v = new org.springframework.expression.AccessException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String)>(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[])>("Neither getter method nor field found for property \'\u0001\'");
specialinvoke v.<org.springframework.expression.AccessException: void <init>(java.lang.String)>(v);
throw v;
catch java.lang.Exception from label to label with label;
catch java.lang.Exception from label to label with label;
}
public boolean canWrite(org.springframework.expression.EvaluationContext, java.lang.Object, java.lang.String) throws org.springframework.expression.AccessException
{
org.springframework.expression.spel.support.ReflectivePropertyAccessor v;
org.springframework.core.convert.TypeDescriptor v, v;
java.util.Map v, v, v, v, v;
java.lang.String v;
java.lang.reflect.Method v;
boolean v, v, v, v;
java.lang.reflect.Field v;
org.springframework.core.convert.Property v;
org.springframework.expression.EvaluationContext v;
org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey v;
java.lang.Object v;
v := @this: org.springframework.expression.spel.support.ReflectivePropertyAccessor;
v := @parameter: org.springframework.expression.EvaluationContext;
v := @parameter: java.lang.Object;
v := @parameter: java.lang.String;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: boolean allowWrite>;
if v == 0 goto label;
if v != null goto label;
label:
return 0;
label:
v = v instanceof java.lang.Class;
if v != 0 goto label;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
label:
v = new org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey;
v = v instanceof java.lang.Class;
specialinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey: void <init>(java.lang.Class,java.lang.String,boolean)>(v, v, v);
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map writerCache>;
v = interfaceinvoke v.<java.util.Map: boolean containsKey(java.lang.Object)>(v);
if v == 0 goto label;
return 1;
label:
v = specialinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.lang.reflect.Method findSetterForProperty(java.lang.String,java.lang.Class,java.lang.Object)>(v, v, v);
if v == null goto label;
v = new org.springframework.core.convert.Property;
specialinvoke v.<org.springframework.core.convert.Property: void <init>(java.lang.Class,java.lang.reflect.Method,java.lang.reflect.Method)>(v, null, v);
v = new org.springframework.core.convert.TypeDescriptor;
specialinvoke v.<org.springframework.core.convert.TypeDescriptor: void <init>(org.springframework.core.convert.Property)>(v);
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map writerCache>;
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map typeDescriptorCache>;
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
return 1;
label:
v = specialinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.lang.reflect.Field findField(java.lang.String,java.lang.Class,java.lang.Object)>(v, v, v);
if v == null goto label;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map writerCache>;
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map typeDescriptorCache>;
v = new org.springframework.core.convert.TypeDescriptor;
specialinvoke v.<org.springframework.core.convert.TypeDescriptor: void <init>(java.lang.reflect.Field)>(v);
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
return 1;
label:
return 0;
}
public void write(org.springframework.expression.EvaluationContext, java.lang.Object, java.lang.String, java.lang.Object) throws org.springframework.expression.AccessException
{
org.springframework.expression.spel.support.ReflectivePropertyAccessor v;
java.util.Map v, v, v;
boolean v, v, v, v, v;
org.springframework.expression.TypeConverter v;
java.lang.reflect.Member v;
java.lang.Exception v, v;
org.springframework.expression.AccessException v, v, v, v, v, v;
org.springframework.expression.EvaluationContext v;
java.lang.Object[] v;
org.springframework.expression.EvaluationException v;
org.springframework.core.convert.TypeDescriptor v, v;
java.lang.String v, v, v, v, v;
org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey v;
java.lang.Class v;
java.lang.Object v, v, v, v;
v := @this: org.springframework.expression.spel.support.ReflectivePropertyAccessor;
v := @parameter: org.springframework.expression.EvaluationContext;
v := @parameter: java.lang.Object;
v := @parameter: java.lang.String;
v := @parameter: java.lang.Object;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: boolean allowWrite>;
if v != 0 goto label;
v = new org.springframework.expression.AccessException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String,java.lang.Object)>(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[])>("PropertyAccessor for property \'\u0001\' on target [\u] does not allow write operations");
specialinvoke v.<org.springframework.expression.AccessException: void <init>(java.lang.String)>(v);
throw v;
label:
if v != null goto label;
v = new org.springframework.expression.AccessException;
specialinvoke v.<org.springframework.expression.AccessException: void <init>(java.lang.String)>("Cannot write property on null target");
throw v;
label:
v = v instanceof java.lang.Class;
if v != 0 goto label;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
label:
v = v;
v = v;
v = specialinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: org.springframework.core.convert.TypeDescriptor getTypeDescriptor(org.springframework.expression.EvaluationContext,java.lang.Object,java.lang.String)>(v, v, v);
if v == null goto label;
label:
v = interfaceinvoke v.<org.springframework.expression.EvaluationContext: org.springframework.expression.TypeConverter getTypeConverter()>();
v = staticinvoke <org.springframework.core.convert.TypeDescriptor: org.springframework.core.convert.TypeDescriptor forObject(java.lang.Object)>(v);
v = interfaceinvoke v.<org.springframework.expression.TypeConverter: java.lang.Object convertValue(java.lang.Object,org.springframework.core.convert.TypeDescriptor,org.springframework.core.convert.TypeDescriptor)>(v, v, v);
label:
goto label;
label:
v := @caughtexception;
v = new org.springframework.expression.AccessException;
specialinvoke v.<org.springframework.expression.AccessException: void <init>(java.lang.String,java.lang.Exception)>("Type conversion failure", v);
throw v;
label:
v = new org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey;
v = v instanceof java.lang.Class;
specialinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey: void <init>(java.lang.Class,java.lang.String,boolean)>(v, v, v);
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map writerCache>;
v = interfaceinvoke v.<java.util.Map: java.lang.Object get(java.lang.Object)>(v);
if v == null goto label;
v = v instanceof java.lang.reflect.Method;
if v == 0 goto label;
label:
if v != null goto label;
v = specialinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.lang.reflect.Method findSetterForProperty(java.lang.String,java.lang.Class,java.lang.Object)>(v, v, v);
if v == null goto label;
v = v;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map writerCache>;
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
label:
if v == null goto label;
label:
staticinvoke <org.springframework.util.ReflectionUtils: void makeAccessible(java.lang.reflect.Method)>(v);
v = newarray (java.lang.Object)[1];
v[0] = v;
virtualinvoke v.<java.lang.reflect.Method: java.lang.Object invoke(java.lang.Object,java.lang.Object[])>(v, v);
label:
return;
label:
v := @caughtexception;
v = new org.springframework.expression.AccessException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String)>(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[])>("Unable to access property \'\u0001\' through setter method");
specialinvoke v.<org.springframework.expression.AccessException: void <init>(java.lang.String,java.lang.Exception)>(v, v);
throw v;
label:
if v == null goto label;
v = v instanceof java.lang.reflect.Field;
if v == 0 goto label;
label:
v = specialinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.lang.reflect.Field findField(java.lang.String,java.lang.Class,java.lang.Object)>(v, v, v);
if v == null goto label;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map writerCache>;
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
if v == null goto label;
label:
staticinvoke <org.springframework.util.ReflectionUtils: void makeAccessible(java.lang.reflect.Field)>(v);
virtualinvoke v.<java.lang.reflect.Field: void set(java.lang.Object,java.lang.Object)>(v, v);
label:
return;
label:
v := @caughtexception;
v = new org.springframework.expression.AccessException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String)>(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[])>("Unable to access field \'\u0001\'");
specialinvoke v.<org.springframework.expression.AccessException: void <init>(java.lang.String,java.lang.Exception)>(v, v);
throw v;
label:
v = new org.springframework.expression.AccessException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String)>(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[])>("Neither setter method nor field found for property \'\u0001\'");
specialinvoke v.<org.springframework.expression.AccessException: void <init>(java.lang.String)>(v);
throw v;
catch org.springframework.expression.EvaluationException from label to label with label;
catch java.lang.Exception from label to label with label;
catch java.lang.Exception from label to label with label;
}
public java.lang.reflect.Member getLastReadInvokerPair()
{
org.springframework.expression.spel.support.ReflectivePropertyAccessor v;
org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair v;
java.lang.reflect.Member v;
v := @this: org.springframework.expression.spel.support.ReflectivePropertyAccessor;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair lastReadInvokerPair>;
if v == null goto label;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair: java.lang.reflect.Member member>;
goto label;
label:
v = null;
label:
return v;
}
private org.springframework.core.convert.TypeDescriptor getTypeDescriptor(org.springframework.expression.EvaluationContext, java.lang.Object, java.lang.String)
{
org.springframework.expression.spel.support.ReflectivePropertyAccessor v;
org.springframework.core.convert.TypeDescriptor v;
java.util.Map v, v;
java.lang.String v;
boolean v, v, v, v, v, v;
org.springframework.expression.AccessException v;
org.springframework.expression.EvaluationContext v;
org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey v;
java.lang.Class v, v;
java.lang.Object v, v;
v := @this: org.springframework.expression.spel.support.ReflectivePropertyAccessor;
v := @parameter: org.springframework.expression.EvaluationContext;
v := @parameter: java.lang.Object;
v := @parameter: java.lang.String;
if v != null goto label;
return null;
label:
v = v instanceof java.lang.Class;
if v != 0 goto label;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
label:
v = v;
v = virtualinvoke v.<java.lang.Class: boolean isArray()>();
if v == 0 goto label;
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>("length");
if v == 0 goto label;
v = <java.lang.Integer: java.lang.Class TYPE>;
v = staticinvoke <org.springframework.core.convert.TypeDescriptor: org.springframework.core.convert.TypeDescriptor valueOf(java.lang.Class)>(v);
return v;
label:
v = new org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey;
v = v instanceof java.lang.Class;
specialinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey: void <init>(java.lang.Class,java.lang.String,boolean)>(v, v, v);
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map typeDescriptorCache>;
v = interfaceinvoke v.<java.util.Map: java.lang.Object get(java.lang.Object)>(v);
if v != null goto label;
label:
v = virtualinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: boolean canRead(org.springframework.expression.EvaluationContext,java.lang.Object,java.lang.String)>(v, v, v);
if v != 0 goto label;
v = virtualinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: boolean canWrite(org.springframework.expression.EvaluationContext,java.lang.Object,java.lang.String)>(v, v, v);
if v == 0 goto label;
label:
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map typeDescriptorCache>;
interfaceinvoke v.<java.util.Map: java.lang.Object get(java.lang.Object)>(v);
label:
goto label;
label:
v := @caughtexception;
label:
return v;
catch org.springframework.expression.AccessException from label to label with label;
}
private java.lang.reflect.Method findGetterForProperty(java.lang.String, java.lang.Class, java.lang.Object)
{
org.springframework.expression.spel.support.ReflectivePropertyAccessor v;
java.lang.Class v, v;
java.lang.Object v;
java.lang.String v;
java.lang.reflect.Method v;
boolean v, v;
v := @this: org.springframework.expression.spel.support.ReflectivePropertyAccessor;
v := @parameter: java.lang.String;
v := @parameter: java.lang.Class;
v := @parameter: java.lang.Object;
v = v instanceof java.lang.Class;
v = virtualinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.lang.reflect.Method findGetterForProperty(java.lang.String,java.lang.Class,boolean)>(v, v, v);
if v != null goto label;
v = v instanceof java.lang.Class;
if v == 0 goto label;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.lang.reflect.Method findGetterForProperty(java.lang.String,java.lang.Class,boolean)>(v, v, 0);
label:
return v;
}
private java.lang.reflect.Method findSetterForProperty(java.lang.String, java.lang.Class, java.lang.Object)
{
org.springframework.expression.spel.support.ReflectivePropertyAccessor v;
java.lang.Class v, v;
java.lang.Object v;
java.lang.String v;
java.lang.reflect.Method v;
boolean v, v;
v := @this: org.springframework.expression.spel.support.ReflectivePropertyAccessor;
v := @parameter: java.lang.String;
v := @parameter: java.lang.Class;
v := @parameter: java.lang.Object;
v = v instanceof java.lang.Class;
v = virtualinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.lang.reflect.Method findSetterForProperty(java.lang.String,java.lang.Class,boolean)>(v, v, v);
if v != null goto label;
v = v instanceof java.lang.Class;
if v == 0 goto label;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.lang.reflect.Method findSetterForProperty(java.lang.String,java.lang.Class,boolean)>(v, v, 0);
label:
return v;
}
protected java.lang.reflect.Method findGetterForProperty(java.lang.String, java.lang.Class, boolean)
{
org.springframework.expression.spel.support.ReflectivePropertyAccessor v;
java.util.Set v, v;
java.lang.String[] v, v;
java.lang.Class v;
java.lang.String v;
java.lang.reflect.Method v;
boolean v;
v := @this: org.springframework.expression.spel.support.ReflectivePropertyAccessor;
v := @parameter: java.lang.String;
v := @parameter: java.lang.Class;
v := @parameter: boolean;
v = virtualinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.lang.String[] getPropertyMethodSuffixes(java.lang.String)>(v);
v = <org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Set ANY_TYPES>;
v = specialinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.lang.reflect.Method findMethodForProperty(java.lang.String[],java.lang.String,java.lang.Class,boolean,int,java.util.Set)>(v, "get", v, v, 0, v);
if v != null goto label;
v = virtualinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.lang.String[] getPropertyMethodSuffixes(java.lang.String)>(v);
v = <org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Set BOOLEAN_TYPES>;
v = specialinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.lang.reflect.Method findMethodForProperty(java.lang.String[],java.lang.String,java.lang.Class,boolean,int,java.util.Set)>(v, "is", v, v, 0, v);
label:
return v;
}
protected java.lang.reflect.Method findSetterForProperty(java.lang.String, java.lang.Class, boolean)
{
org.springframework.expression.spel.support.ReflectivePropertyAccessor v;
java.util.Set v;
java.lang.Class v;
java.lang.String[] v;
java.lang.String v;
java.lang.reflect.Method v;
boolean v;
v := @this: org.springframework.expression.spel.support.ReflectivePropertyAccessor;
v := @parameter: java.lang.String;
v := @parameter: java.lang.Class;
v := @parameter: boolean;
v = virtualinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.lang.String[] getPropertyMethodSuffixes(java.lang.String)>(v);
v = <org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Set ANY_TYPES>;
v = specialinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.lang.reflect.Method findMethodForProperty(java.lang.String[],java.lang.String,java.lang.Class,boolean,int,java.util.Set)>(v, "set", v, v, 1, v);
return v;
}
private java.lang.reflect.Method findMethodForProperty(java.lang.String[], java.lang.String, java.lang.Class, boolean, int, java.util.Set)
{
org.springframework.expression.spel.support.ReflectivePropertyAccessor v;
java.lang.String[] v;
java.lang.reflect.Method[] v;
int v, v, v, v, v, v, v;
java.lang.String v, v, v, v;
java.lang.reflect.Method v;
boolean v, v, v, v, v, v;
java.lang.Class[] v;
java.util.Set v;
java.lang.Class v, v;
v := @this: org.springframework.expression.spel.support.ReflectivePropertyAccessor;
v := @parameter: java.lang.String[];
v := @parameter: java.lang.String;
v := @parameter: java.lang.Class;
v := @parameter: boolean;
v := @parameter: int;
v := @parameter: java.util.Set;
v = specialinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.lang.reflect.Method[] getSortedMethods(java.lang.Class)>(v);
v = lengthof v;
v = 0;
label:
if v >= v goto label;
v = v[v];
v = lengthof v;
v = 0;
label:
if v >= v goto label;
v = v[v];
v = virtualinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: boolean isCandidateForProperty(java.lang.reflect.Method,java.lang.Class)>(v, v);
if v == 0 goto label;
v = virtualinvoke v.<java.lang.reflect.Method: java.lang.String getName()>();
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String,java.lang.String)>(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[])>("\u0001\u0001");
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>(v);
if v == 0 goto label;
v = virtualinvoke v.<java.lang.reflect.Method: java.lang.Class[] getParameterTypes()>();
v = lengthof v;
if v != v goto label;
if v == 0 goto label;
v = virtualinvoke v.<java.lang.reflect.Method: int getModifiers()>();
v = staticinvoke <java.lang.reflect.Modifier: boolean isStatic(int)>(v);
if v == 0 goto label;
label:
v = interfaceinvoke v.<java.util.Set: boolean isEmpty()>();
if v != 0 goto label;
v = virtualinvoke v.<java.lang.reflect.Method: java.lang.Class getReturnType()>();
v = interfaceinvoke v.<java.util.Set: boolean contains(java.lang.Object)>(v);
if v == 0 goto label;
label:
return v;
label:
v = v + 1;
goto label;
label:
v = v + 1;
goto label;
label:
return null;
}
private java.lang.reflect.Method[] getSortedMethods(java.lang.Class)
{
org.springframework.expression.spel.support.ReflectivePropertyAccessor v;
org.springframework.expression.spel.support.ReflectivePropertyAccessor$1 v;
java.util.Map v, v;
java.lang.Class v;
java.lang.Object v;
v := @this: org.springframework.expression.spel.support.ReflectivePropertyAccessor;
v := @parameter: java.lang.Class;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map sortedMethodsCache>;
v = interfaceinvoke v.<java.util.Map: java.lang.Object get(java.lang.Object)>(v);
if v != null goto label;
v = virtualinvoke v.<java.lang.Class: java.lang.reflect.Method[] getMethods()>();
v = new org.springframework.expression.spel.support.ReflectivePropertyAccessor$1;
specialinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$1: void <init>(org.springframework.expression.spel.support.ReflectivePropertyAccessor)>(v);
staticinvoke <java.util.Arrays: void sort(java.lang.Object[],java.util.Comparator)>(v, v);
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map sortedMethodsCache>;
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
label:
return v;
}
protected boolean isCandidateForProperty(java.lang.reflect.Method, java.lang.Class)
{
org.springframework.expression.spel.support.ReflectivePropertyAccessor v;
java.lang.Class v;
java.lang.reflect.Method v;
v := @this: org.springframework.expression.spel.support.ReflectivePropertyAccessor;
v := @parameter: java.lang.reflect.Method;
v := @parameter: java.lang.Class;
return 1;
}
protected java.lang.String[] getPropertyMethodSuffixes(java.lang.String)
{
org.springframework.expression.spel.support.ReflectivePropertyAccessor v;
char v;
java.lang.String[] v, v;
int v;
java.lang.String v, v, v;
boolean v;
v := @this: org.springframework.expression.spel.support.ReflectivePropertyAccessor;
v := @parameter: java.lang.String;
v = virtualinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.lang.String getPropertyMethodSuffix(java.lang.String)>(v);
v = virtualinvoke v.<java.lang.String: int length()>();
if v <= 0 goto label;
v = virtualinvoke v.<java.lang.String: char charAt(int)>(0);
v = staticinvoke <java.lang.Character: boolean isUpperCase(char)>(v);
if v == 0 goto label;
v = newarray (java.lang.String)[1];
v[0] = v;
return v;
label:
v = newarray (java.lang.String)[2];
v[0] = v;
v = staticinvoke <org.springframework.util.StringUtils: java.lang.String capitalize(java.lang.String)>(v);
v[1] = v;
return v;
}
protected java.lang.String getPropertyMethodSuffix(java.lang.String)
{
org.springframework.expression.spel.support.ReflectivePropertyAccessor v;
int v;
char v;
java.lang.String v, v;
boolean v;
v := @this: org.springframework.expression.spel.support.ReflectivePropertyAccessor;
v := @parameter: java.lang.String;
v = virtualinvoke v.<java.lang.String: int length()>();
if v <= 1 goto label;
v = virtualinvoke v.<java.lang.String: char charAt(int)>(1);
v = staticinvoke <java.lang.Character: boolean isUpperCase(char)>(v);
if v == 0 goto label;
return v;
label:
v = staticinvoke <org.springframework.util.StringUtils: java.lang.String capitalize(java.lang.String)>(v);
return v;
}
private java.lang.reflect.Field findField(java.lang.String, java.lang.Class, java.lang.Object)
{
org.springframework.expression.spel.support.ReflectivePropertyAccessor v;
java.lang.reflect.Field v;
java.lang.Class v, v;
java.lang.Object v;
java.lang.String v;
boolean v, v;
v := @this: org.springframework.expression.spel.support.ReflectivePropertyAccessor;
v := @parameter: java.lang.String;
v := @parameter: java.lang.Class;
v := @parameter: java.lang.Object;
v = v instanceof java.lang.Class;
v = virtualinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.lang.reflect.Field findField(java.lang.String,java.lang.Class,boolean)>(v, v, v);
if v != null goto label;
v = v instanceof java.lang.Class;
if v == 0 goto label;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.lang.reflect.Field findField(java.lang.String,java.lang.Class,boolean)>(v, v, 0);
label:
return v;
}
protected java.lang.reflect.Field findField(java.lang.String, java.lang.Class, boolean)
{
org.springframework.expression.spel.support.ReflectivePropertyAccessor v;
int v, v, v, v, v;
java.lang.String v, v;
boolean v, v, v;
java.lang.Class[] v;
java.lang.reflect.Field v, v, v;
java.lang.reflect.Field[] v;
java.lang.Class v, v, v, v;
v := @this: org.springframework.expression.spel.support.ReflectivePropertyAccessor;
v := @parameter: java.lang.String;
v := @parameter: java.lang.Class;
v := @parameter: boolean;
v = virtualinvoke v.<java.lang.Class: java.lang.reflect.Field[] getFields()>();
v = lengthof v;
v = 0;
label:
if v >= v goto label;
v = v[v];
v = virtualinvoke v.<java.lang.reflect.Field: java.lang.String getName()>();
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>(v);
if v == 0 goto label;
if v == 0 goto label;
v = virtualinvoke v.<java.lang.reflect.Field: int getModifiers()>();
v = staticinvoke <java.lang.reflect.Modifier: boolean isStatic(int)>(v);
if v == 0 goto label;
label:
return v;
label:
v = v + 1;
goto label;
label:
v = virtualinvoke v.<java.lang.Class: java.lang.Class getSuperclass()>();
if v == null goto label;
v = virtualinvoke v.<java.lang.Class: java.lang.Class getSuperclass()>();
v = virtualinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.lang.reflect.Field findField(java.lang.String,java.lang.Class,boolean)>(v, v, v);
if v == null goto label;
return v;
label:
v = virtualinvoke v.<java.lang.Class: java.lang.Class[] getInterfaces()>();
v = lengthof v;
v = 0;
label:
if v >= v goto label;
v = v[v];
v = virtualinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.lang.reflect.Field findField(java.lang.String,java.lang.Class,boolean)>(v, v, v);
if v == null goto label;
return v;
label:
v = v + 1;
goto label;
label:
return null;
}
public org.springframework.expression.PropertyAccessor createOptimalAccessor(org.springframework.expression.EvaluationContext, java.lang.Object, java.lang.String)
{
org.springframework.expression.spel.support.ReflectivePropertyAccessor v;
org.springframework.core.convert.TypeDescriptor v, v;
java.util.Map v, v, v;
org.springframework.core.MethodParameter v;
int v;
java.lang.String v;
boolean v, v, v, v, v, v;
java.lang.reflect.Member v, v, v, v;
org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair v, v;
java.lang.reflect.Field v;
org.springframework.expression.EvaluationContext v;
org.springframework.expression.spel.support.ReflectivePropertyAccessor$OptimalPropertyAccessor v, v;
org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey v;
java.lang.Class v;
java.lang.Object v, v;
v := @this: org.springframework.expression.spel.support.ReflectivePropertyAccessor;
v := @parameter: org.springframework.expression.EvaluationContext;
v := @parameter: java.lang.Object;
v := @parameter: java.lang.String;
if v != null goto label;
return v;
label:
v = v instanceof java.lang.Class;
if v != 0 goto label;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
label:
v = v;
v = virtualinvoke v.<java.lang.Class: boolean isArray()>();
if v == 0 goto label;
return v;
label:
v = new org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey;
v = v instanceof java.lang.Class;
specialinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$PropertyCacheKey: void <init>(java.lang.Class,java.lang.String,boolean)>(v, v, v);
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map readerCache>;
v = interfaceinvoke v.<java.util.Map: java.lang.Object get(java.lang.Object)>(v);
if v == null goto label;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair: java.lang.reflect.Member member>;
v = v instanceof java.lang.reflect.Method;
if v == 0 goto label;
if v == null goto label;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair: java.lang.reflect.Member member>;
goto label;
label:
v = null;
label:
if v != null goto label;
v = specialinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.lang.reflect.Method findGetterForProperty(java.lang.String,java.lang.Class,java.lang.Object)>(v, v, v);
if v == null goto label;
v = new org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair;
v = new org.springframework.core.convert.TypeDescriptor;
v = new org.springframework.core.MethodParameter;
v = (int) -1;
specialinvoke v.<org.springframework.core.MethodParameter: void <init>(java.lang.reflect.Method,int)>(v, v);
specialinvoke v.<org.springframework.core.convert.TypeDescriptor: void <init>(org.springframework.core.MethodParameter)>(v);
specialinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair: void <init>(java.lang.reflect.Member,org.springframework.core.convert.TypeDescriptor)>(v, v);
v = v;
staticinvoke <org.springframework.util.ReflectionUtils: void makeAccessible(java.lang.reflect.Method)>(v);
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map readerCache>;
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
label:
if v == null goto label;
v = new org.springframework.expression.spel.support.ReflectivePropertyAccessor$OptimalPropertyAccessor;
specialinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$OptimalPropertyAccessor: void <init>(org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair)>(v);
return v;
label:
if v == null goto label;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair: java.lang.reflect.Member member>;
v = v instanceof java.lang.reflect.Field;
if v == 0 goto label;
if v == null goto label;
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair: java.lang.reflect.Member member>;
goto label;
label:
v = null;
label:
v = v;
if v != null goto label;
v = v instanceof java.lang.Class;
v = virtualinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.lang.reflect.Field findField(java.lang.String,java.lang.Class,boolean)>(v, v, v);
if v == null goto label;
v = new org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair;
v = new org.springframework.core.convert.TypeDescriptor;
specialinvoke v.<org.springframework.core.convert.TypeDescriptor: void <init>(java.lang.reflect.Field)>(v);
specialinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair: void <init>(java.lang.reflect.Member,org.springframework.core.convert.TypeDescriptor)>(v, v);
v = v;
staticinvoke <org.springframework.util.ReflectionUtils: void makeAccessible(java.lang.reflect.Field)>(v);
v = v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Map readerCache>;
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
label:
if v == null goto label;
v = new org.springframework.expression.spel.support.ReflectivePropertyAccessor$OptimalPropertyAccessor;
specialinvoke v.<org.springframework.expression.spel.support.ReflectivePropertyAccessor$OptimalPropertyAccessor: void <init>(org.springframework.expression.spel.support.ReflectivePropertyAccessor$InvokerPair)>(v);
return v;
label:
return v;
}
static void <clinit>()
{
java.util.HashSet v;
java.util.Set v, v;
java.lang.Class v;
v = staticinvoke <java.util.Collections: java.util.Set emptySet()>();
<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Set ANY_TYPES> = v;
v = new java.util.HashSet;
specialinvoke v.<java.util.HashSet: void <init>(int)>(4);
interfaceinvoke v.<java.util.Set: boolean add(java.lang.Object)>(class "Ljava/lang/Boolean;");
v = <java.lang.Boolean: java.lang.Class TYPE>;
interfaceinvoke v.<java.util.Set: boolean add(java.lang.Object)>(v);
v = staticinvoke <java.util.Collections: java.util.Set unmodifiableSet(java.util.Set)>(v);
<org.springframework.expression.spel.support.ReflectivePropertyAccessor: java.util.Set BOOLEAN_TYPES> = v;
return;
}
}