public abstract class AbstractBooleanExpr extends Expr
| Constructor and Description |
|---|
AbstractBooleanExpr() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
evalBoolean(ELContext env)
Evaluate the expression as a boolean
|
double |
evalDouble(ELContext env)
Evaluate the expression as a double
|
long |
evalLong(ELContext env)
Evaluate the expression as a long
|
java.lang.String |
evalString(ELContext env)
Evaluate the expression as a string
|
java.lang.Object |
getValue(ELContext env)
Evaluate the expression as an object.
|
boolean |
print(WriteStream out,
ELContext env,
boolean isEscaped)
Evalutes directly to the output.
|
coerceToType, createField, createField, createMethod, equals, error, evalBigDecimal, evalBigInteger, evalCharacter, evalObject, evalPeriod, evalStringWithNull, getExpectedType, getExpressionString, getMethodInfo, getType, hashCode, invocationError, invoke, isConstant, isDouble, isDoubleString, isLiteralText, isReadOnly, print, printCreate, printEscaped, printEscapedString, setProperty, setValue, toBigDecimal, toBigInteger, toBoolean, toCharacter, toClass, toDouble, toEnum, toLong, toStream, toStream, toStream, toStreamEscaped, toStreamEscaped, toStreamEscaped, toString, toString, toString, toString, toString, toString, toStringWithNullgetValueReferencepublic abstract boolean evalBoolean(ELContext env) throws ELException
evalBoolean in class Exprenv - the variable environmentELExceptionpublic java.lang.Object getValue(ELContext env) throws ELException
getValue in class Exprenv - the variable environmentELExceptionpublic java.lang.String evalString(ELContext env) throws ELException
evalString in class Exprenv - the variable environmentELExceptionpublic long evalLong(ELContext env) throws ELException
evalLong in class Exprenv - the variable environmentELExceptionpublic double evalDouble(ELContext env) throws ELException
evalDouble in class Exprenv - the variable environmentELExceptionpublic boolean print(WriteStream out, ELContext env, boolean isEscaped) throws java.io.IOException, ELException
print in class Exprout - the output streamenv - the variable environmentisEscaped - if true, escape reserved XMLjava.io.IOExceptionELException