public class ImplicitFieldExpr extends Expr
| Modifier and Type | Class and Description |
|---|---|
static class |
ImplicitFieldExpr.AttributeMap |
| Constructor and Description |
|---|
ImplicitFieldExpr(int index,
Expr field) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getValue(ELContext env)
Evaluate the expr as an object.
|
void |
printCreate(WriteStream os)
Prints the code to create an IdExpr.
|
java.lang.String |
toString() |
coerceToType, createField, createField, createMethod, equals, error, evalBigDecimal, evalBigInteger, evalBoolean, evalCharacter, evalDouble, evalLong, evalObject, evalPeriod, evalString, evalStringWithNull, getExpectedType, getExpressionString, getMethodInfo, getType, hashCode, invocationError, invoke, isConstant, isDouble, isDoubleString, isLiteralText, isReadOnly, print, print, printEscaped, printEscapedString, setProperty, setValue, toBigDecimal, toBigInteger, toBoolean, toCharacter, toClass, toDouble, toEnum, toLong, toStream, toStream, toStream, toStreamEscaped, toStreamEscaped, toStreamEscaped, toString, toString, toString, toString, toString, toStringWithNullgetValueReferencepublic ImplicitFieldExpr(int index,
Expr field)
public java.lang.Object getValue(ELContext env) throws ELException
getValue in class Exprenv - the page contextELExceptionpublic void printCreate(WriteStream os) throws java.io.IOException
printCreate in class Expros - the stream to the *.java pagejava.io.IOException