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, dump, equals, getImage, getMethodInfo, getValueReference, hashCode, invoke, isParametersProvided, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setImage, toString, toStringcheckType, coerceToBoolean, coerceToCharacter, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, coerceToType, compare, containsNulls, equals, isBigDecimalOp, isBigIntegerOp, isDoubleOp, isDoubleStringOp, isLongOp, isStringFloat, throwUnhandled, toFloat, toNumberpublic Class getType(EvaluationContext ctx) throws jakarta.el.ELException
getType in interface NodegetType in class SimpleNodejakarta.el.ELExceptionpublic Object getValue(EvaluationContext ctx) throws jakarta.el.ELException
getValue in interface NodegetValue in class SimpleNodejakarta.el.ELExceptionpublic boolean isReadOnly(EvaluationContext ctx) throws jakarta.el.ELException
isReadOnly in interface NodeisReadOnly in class SimpleNodejakarta.el.ELExceptionpublic void setValue(EvaluationContext ctx, Object value) throws jakarta.el.ELException
setValue in interface NodesetValue in class SimpleNodejakarta.el.ELExceptionComments to: el-dev@eclipse.org.
Copyright © 2018, 2020 Eclipse Foundation. All rights reserved.
Use is subject to license terms.