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