class org.springframework.expression.spel.ast.Indexer$StringIndexingLValue extends java.lang.Object implements org.springframework.expression.spel.ast.ValueRef
{
private final java.lang.String target;
private final int index;
private final org.springframework.core.convert.TypeDescriptor typeDescriptor;
final org.springframework.expression.spel.ast.Indexer this$0;
public void <init>(org.springframework.expression.spel.ast.Indexer, java.lang.String, int, org.springframework.core.convert.TypeDescriptor)
{
org.springframework.expression.spel.ast.Indexer v;
org.springframework.expression.spel.ast.Indexer$StringIndexingLValue v;
org.springframework.core.convert.TypeDescriptor v;
int v;
java.lang.String v;
v := @this: org.springframework.expression.spel.ast.Indexer$StringIndexingLValue;
v := @parameter: org.springframework.expression.spel.ast.Indexer;
v := @parameter: java.lang.String;
v := @parameter: int;
v := @parameter: org.springframework.core.convert.TypeDescriptor;
v.<org.springframework.expression.spel.ast.Indexer$StringIndexingLValue: org.springframework.expression.spel.ast.Indexer this$0> = v;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<org.springframework.expression.spel.ast.Indexer$StringIndexingLValue: java.lang.String target> = v;
v.<org.springframework.expression.spel.ast.Indexer$StringIndexingLValue: int index> = v;
v.<org.springframework.expression.spel.ast.Indexer$StringIndexingLValue: org.springframework.core.convert.TypeDescriptor typeDescriptor> = v;
return;
}
public org.springframework.expression.TypedValue getValue()
{
org.springframework.expression.spel.SpelEvaluationException v;
java.lang.Object[] v;
org.springframework.expression.spel.ast.Indexer$StringIndexingLValue v;
java.lang.Integer v, v;
org.springframework.expression.spel.ast.Indexer v;
int v, v, v, v, v, v;
java.lang.String v, v, v, v;
org.springframework.expression.TypedValue v;
org.springframework.expression.spel.SpelMessage v;
char v;
v := @this: org.springframework.expression.spel.ast.Indexer$StringIndexingLValue;
v = v.<org.springframework.expression.spel.ast.Indexer$StringIndexingLValue: int index>;
v = v.<org.springframework.expression.spel.ast.Indexer$StringIndexingLValue: java.lang.String target>;
v = virtualinvoke v.<java.lang.String: int length()>();
if v < v goto label;
v = new org.springframework.expression.spel.SpelEvaluationException;
v = v.<org.springframework.expression.spel.ast.Indexer$StringIndexingLValue: org.springframework.expression.spel.ast.Indexer this$0>;
v = virtualinvoke v.<org.springframework.expression.spel.ast.Indexer: int getStartPosition()>();
v = <org.springframework.expression.spel.SpelMessage: org.springframework.expression.spel.SpelMessage STRING_INDEX_OUT_OF_BOUNDS>;
v = newarray (java.lang.Object)[2];
v = v.<org.springframework.expression.spel.ast.Indexer$StringIndexingLValue: java.lang.String target>;
v = virtualinvoke v.<java.lang.String: int length()>();
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v[0] = v;
v = v.<org.springframework.expression.spel.ast.Indexer$StringIndexingLValue: int index>;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v[1] = 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 = v.<org.springframework.expression.spel.ast.Indexer$StringIndexingLValue: java.lang.String target>;
v = v.<org.springframework.expression.spel.ast.Indexer$StringIndexingLValue: int index>;
v = virtualinvoke v.<java.lang.String: char charAt(int)>(v);
v = staticinvoke <java.lang.String: java.lang.String valueOf(char)>(v);
specialinvoke v.<org.springframework.expression.TypedValue: void <init>(java.lang.Object)>(v);
return v;
}
public void setValue(java.lang.Object)
{
org.springframework.expression.spel.SpelEvaluationException v;
org.springframework.expression.spel.SpelMessage v;
java.lang.Object[] v;
org.springframework.expression.spel.ast.Indexer$StringIndexingLValue v;
org.springframework.expression.spel.ast.Indexer v;
org.springframework.core.convert.TypeDescriptor v;
int v;
java.lang.Object v;
java.lang.String v;
v := @this: org.springframework.expression.spel.ast.Indexer$StringIndexingLValue;
v := @parameter: java.lang.Object;
v = new org.springframework.expression.spel.SpelEvaluationException;
v = v.<org.springframework.expression.spel.ast.Indexer$StringIndexingLValue: org.springframework.expression.spel.ast.Indexer this$0>;
v = virtualinvoke v.<org.springframework.expression.spel.ast.Indexer: int getStartPosition()>();
v = <org.springframework.expression.spel.SpelMessage: org.springframework.expression.spel.SpelMessage INDEXING_NOT_SUPPORTED_FOR_TYPE>;
v = newarray (java.lang.Object)[1];
v = v.<org.springframework.expression.spel.ast.Indexer$StringIndexingLValue: org.springframework.core.convert.TypeDescriptor typeDescriptor>;
v = virtualinvoke v.<org.springframework.core.convert.TypeDescriptor: java.lang.String toString()>();
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;
}
public boolean isWritable()
{
org.springframework.expression.spel.ast.Indexer$StringIndexingLValue v;
v := @this: org.springframework.expression.spel.ast.Indexer$StringIndexingLValue;
return 1;
}
}