public final class AstLiteralExpression extends SimpleNode
children, id, image, parent
COERCE_TO_ZERO
Constructor and Description |
---|
AstLiteralExpression(int id) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
getType(EvaluationContext ctx) |
java.lang.Object |
getValue(EvaluationContext ctx) |
void |
setImage(java.lang.String image) |
accept, equals, getImage, getMethodInfo, getValueReference, hashCode, invoke, isParametersProvided, isReadOnly, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setValue, toString
coerceToBoolean, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, compare, equals, isBigDecimalOp, isBigIntegerOp, isDoubleOp, isLongOp, isStringFloat
public java.lang.Class<?> getType(EvaluationContext ctx) throws ELException
getType
in interface Node
getType
in class SimpleNode
ELException
public java.lang.Object getValue(EvaluationContext ctx) throws ELException
getValue
in interface Node
getValue
in class SimpleNode
ELException
public void setImage(java.lang.String image)
setImage
in class SimpleNode
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.