public class org.springframework.expression.spel.ast.BeanReference extends org.springframework.expression.spel.ast.SpelNodeImpl
{
private static final java.lang.String FACTORY_BEAN_PREFIX;
private final java.lang.String beanName;
public void <init>(int, java.lang.String)
{
int v;
java.lang.String v;
org.springframework.expression.spel.ast.BeanReference v;
org.springframework.expression.spel.ast.SpelNodeImpl[] v;
v := @this: org.springframework.expression.spel.ast.BeanReference;
v := @parameter: int;
v := @parameter: java.lang.String;
v = newarray (org.springframework.expression.spel.ast.SpelNodeImpl)[0];
specialinvoke v.<org.springframework.expression.spel.ast.SpelNodeImpl: void <init>(int,org.springframework.expression.spel.ast.SpelNodeImpl[])>(v, v);
v.<org.springframework.expression.spel.ast.BeanReference: java.lang.String beanName> = v;
return;
}
public org.springframework.expression.TypedValue getValueInternal(org.springframework.expression.spel.ExpressionState) throws org.springframework.expression.EvaluationException
{
org.springframework.expression.spel.SpelEvaluationException v, v;
java.lang.Object[] v, v;
org.springframework.expression.spel.ast.BeanReference v;
int v, v;
java.lang.String v, v, v, v;
org.springframework.expression.TypedValue v;
org.springframework.expression.spel.SpelMessage v, v;
org.springframework.expression.AccessException v;
org.springframework.expression.BeanResolver v;
org.springframework.expression.EvaluationContext v, v;
java.lang.Object v;
org.springframework.expression.spel.ExpressionState v;
v := @this: org.springframework.expression.spel.ast.BeanReference;
v := @parameter: org.springframework.expression.spel.ExpressionState;
v = virtualinvoke v.<org.springframework.expression.spel.ExpressionState: org.springframework.expression.EvaluationContext getEvaluationContext()>();
v = interfaceinvoke v.<org.springframework.expression.EvaluationContext: org.springframework.expression.BeanResolver getBeanResolver()>();
if v != null goto label;
v = new org.springframework.expression.spel.SpelEvaluationException;
v = virtualinvoke v.<org.springframework.expression.spel.ast.BeanReference: int getStartPosition()>();
v = <org.springframework.expression.spel.SpelMessage: org.springframework.expression.spel.SpelMessage NO_BEAN_RESOLVER_REGISTERED>;
v = newarray (java.lang.Object)[1];
v = v.<org.springframework.expression.spel.ast.BeanReference: java.lang.String beanName>;
v[0] = v;
specialinvoke v.<org.springframework.expression.spel.SpelEvaluationException: void <init>(int,org.springframework.expression.spel.SpelMessage,java.lang.Object[])>(v, v, v);
throw v;
label:
v = new org.springframework.expression.TypedValue;
v = virtualinvoke v.<org.springframework.expression.spel.ExpressionState: org.springframework.expression.EvaluationContext getEvaluationContext()>();
v = v.<org.springframework.expression.spel.ast.BeanReference: java.lang.String beanName>;
v = interfaceinvoke v.<org.springframework.expression.BeanResolver: java.lang.Object resolve(org.springframework.expression.EvaluationContext,java.lang.String)>(v, v);
specialinvoke v.<org.springframework.expression.TypedValue: void <init>(java.lang.Object)>(v);
label:
return v;
label:
v := @caughtexception;
v = new org.springframework.expression.spel.SpelEvaluationException;
v = virtualinvoke v.<org.springframework.expression.spel.ast.BeanReference: int getStartPosition()>();
v = <org.springframework.expression.spel.SpelMessage: org.springframework.expression.spel.SpelMessage EXCEPTION_DURING_BEAN_RESOLUTION>;
v = newarray (java.lang.Object)[2];
v = v.<org.springframework.expression.spel.ast.BeanReference: java.lang.String beanName>;
v[0] = v;
v = virtualinvoke v.<org.springframework.expression.AccessException: java.lang.String getMessage()>();
v[1] = v;
specialinvoke v.<org.springframework.expression.spel.SpelEvaluationException: void <init>(int,java.lang.Throwable,org.springframework.expression.spel.SpelMessage,java.lang.Object[])>(v, v, v, v);
throw v;
catch org.springframework.expression.AccessException from label to label with label;
}
public java.lang.String toStringAST()
{
org.springframework.expression.spel.ast.BeanReference v;
java.lang.StringBuilder v, v, v;
java.lang.String v, v, v, v, v;
boolean v, v;
v := @this: org.springframework.expression.spel.ast.BeanReference;
v = new java.lang.StringBuilder;
specialinvoke v.<java.lang.StringBuilder: void <init>()>();
v = v.<org.springframework.expression.spel.ast.BeanReference: java.lang.String beanName>;
v = virtualinvoke v.<java.lang.String: boolean startsWith(java.lang.String)>("&");
if v != 0 goto label;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("@");
label:
v = v.<org.springframework.expression.spel.ast.BeanReference: java.lang.String beanName>;
v = virtualinvoke v.<java.lang.String: boolean contains(java.lang.CharSequence)>(".");
if v != 0 goto label;
v = v.<org.springframework.expression.spel.ast.BeanReference: java.lang.String beanName>;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(v);
goto label;
label:
v = virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("\'");
v = v.<org.springframework.expression.spel.ast.BeanReference: java.lang.String beanName>;
v = virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(v);
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("\'");
label:
v = virtualinvoke v.<java.lang.StringBuilder: java.lang.String toString()>();
return v;
}
}