|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.el.Expression
javax.el.ValueExpression
com.caucho.el.Expr
com.caucho.el.ArrayResolverExpr
public class ArrayResolverExpr
Represents an array reference:
a[b]
| Field Summary |
|---|
| Fields inherited from class com.caucho.el.Expr |
|---|
L, log |
| Constructor Summary | |
|---|---|
ArrayResolverExpr(Expr left,
Expr right)
Creates a new array expression. |
|
| Method Summary | |
|---|---|
Expr |
createMethod(Expr[] args)
Creates a method for constant arrays. |
boolean |
equals(java.lang.Object o)
Returns true for equal strings. |
Expr |
getExpr()
Returns the base expression. |
Expr |
getIndex()
Returns the index expression. |
MethodInfo |
getMethodInfo(ELContext env,
java.lang.Class<?> returnType,
java.lang.Class<?>[] argTypes)
Evaluates the expression, returning an object. |
java.lang.Class<?> |
getType(ELContext env)
Evaluates the expression as applicable to the provided context, and returns the most general type that can be accepted by the setValue(javax.el.ELContext, java.lang.Object) method. |
java.lang.Object |
getValue(ELContext env)
Evaluate the expression as an object. |
java.lang.Object |
invoke(ELContext env,
java.lang.Class<?>[] argTypes,
java.lang.Object[] args)
Evaluates the expression, returning an object. |
boolean |
isReadOnly(ELContext env)
Returns the read-only value of the expression. |
void |
printCreate(WriteStream os)
Prints the code to create an LongLiteral. |
void |
setValue(ELContext env,
java.lang.Object value)
Evaluate the expression as an object. |
java.lang.String |
toString()
Returns a readable representation of the expr. |
| Methods inherited from class com.caucho.el.Expr |
|---|
coerceToType, createField, createField, error, evalBigDecimal, evalBigInteger, evalBoolean, evalCharacter, evalDouble, evalLong, evalObject, evalPeriod, evalString, evalStringWithNull, getExpectedType, getExpressionString, hashCode, invocationError, isConstant, isDouble, isDoubleString, isLiteralText, print, print, printEscaped, printEscapedString, setProperty, toBigDecimal, toBigInteger, toBoolean, toCharacter, toDouble, toLong, toStream, toStream, toStream, toStreamEscaped, toStreamEscaped, toStreamEscaped, toString, toString, toString, toString, toString, toStringWithNull |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ArrayResolverExpr(Expr left,
Expr right)
left - the object expressionright - the index expression.| Method Detail |
|---|
public Expr getExpr()
public Expr getIndex()
public Expr createMethod(Expr[] args)
createMethod in class Exprargs - the arguments for the method
public java.lang.Class<?> getType(ELContext env)
throws PropertyNotFoundException,
ELException
getType in class Exprenv -
PropertyNotFoundException
ELException
public java.lang.Object getValue(ELContext env)
throws ELException
getValue in class Exprenv - the variable environment
ELException
public boolean isReadOnly(ELContext env)
throws ELException
isReadOnly in class Exprenv - the variable environment
ELException
public void setValue(ELContext env,
java.lang.Object value)
throws ELException
setValue in class Exprenv - the variable environment
ELException
public MethodInfo getMethodInfo(ELContext env,
java.lang.Class<?> returnType,
java.lang.Class<?>[] argTypes)
throws ELException
getMethodInfo in class Exprenv - the variable environment
ELException
public java.lang.Object invoke(ELContext env,
java.lang.Class<?>[] argTypes,
java.lang.Object[] args)
throws ELException
invoke in class Exprenv - the variable environment
ELException
public void printCreate(WriteStream os)
throws java.io.IOException
printCreate in class Expros - stream to the generated *.java code
java.io.IOExceptionpublic boolean equals(java.lang.Object o)
equals in class Exprpublic java.lang.String toString()
toString in class Expr
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||