public final class IndexedValueExpression
extends ValueExpression
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
i |
protected ValueExpression |
orig |
Constructor and Description |
---|
IndexedValueExpression(ValueExpression orig,
int i) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Class |
getExpectedType() |
java.lang.String |
getExpressionString() |
java.lang.Class |
getType(ELContext context) |
java.lang.Object |
getValue(ELContext context) |
int |
hashCode() |
boolean |
isLiteralText() |
boolean |
isReadOnly(ELContext context) |
void |
setValue(ELContext context,
java.lang.Object value) |
public IndexedValueExpression(ValueExpression orig, int i)
orig
- ValueExpression that refers to a specific member of an indexed variablei
- the index valuepublic java.lang.Object getValue(ELContext context)
public void setValue(ELContext context, java.lang.Object value)
public boolean isReadOnly(ELContext context)
public java.lang.Class getType(ELContext context)
public java.lang.Class getExpectedType()
public java.lang.String getExpressionString()
public boolean equals(java.lang.Object obj)
public int hashCode()
public boolean isLiteralText()