public final class AstValue extends SimpleNode
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AstValue.Target |
children, id, image, parent| Constructor and Description |
|---|
AstValue(int id) |
| Modifier and Type | Method and Description |
|---|---|
jakarta.el.MethodInfo |
getMethodInfo(EvaluationContext ctx,
Class[] paramTypes) |
Class |
getType(EvaluationContext ctx) |
Object |
getValue(EvaluationContext ctx) |
jakarta.el.ValueReference |
getValueReference(EvaluationContext ctx) |
Object |
invoke(EvaluationContext ctx,
Class[] paramTypes,
Object[] paramValues) |
boolean |
isParametersProvided() |
boolean |
isReadOnly(EvaluationContext ctx) |
void |
setValue(EvaluationContext ctx,
Object value) |
accept, dump, equals, getImage, hashCode, 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 jakarta.el.ValueReference getValueReference(EvaluationContext ctx) throws jakarta.el.ELException
getValueReference in interface NodegetValueReference 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.ELExceptionpublic jakarta.el.MethodInfo getMethodInfo(EvaluationContext ctx, Class[] paramTypes) throws jakarta.el.ELException
getMethodInfo in interface NodegetMethodInfo in class SimpleNodejakarta.el.ELExceptionpublic Object invoke(EvaluationContext ctx, Class[] paramTypes, Object[] paramValues) throws jakarta.el.ELException
invoke in interface Nodeinvoke in class SimpleNodejakarta.el.ELExceptionpublic boolean isParametersProvided()
isParametersProvided in interface NodeisParametersProvided in class SimpleNodeComments to: el-dev@eclipse.org.
Copyright © 2018, 2020 Eclipse Foundation. All rights reserved.
Use is subject to license terms.