public final class AstValue extends SimpleNode
Modifier and Type | Class and Description |
---|---|
protected static class |
AstValue.Target |
children, id, image, parent
COERCE_TO_ZERO
Constructor and Description |
---|
AstValue(int id) |
Modifier and Type | Method and Description |
---|---|
MethodInfo |
getMethodInfo(EvaluationContext ctx,
java.lang.Class[] paramTypes) |
java.lang.Class<?> |
getType(EvaluationContext ctx) |
java.lang.Object |
getValue(EvaluationContext ctx) |
ValueReference |
getValueReference(EvaluationContext ctx) |
java.lang.Object |
invoke(EvaluationContext ctx,
java.lang.Class[] paramTypes,
java.lang.Object[] paramValues) |
boolean |
isParametersProvided() |
boolean |
isReadOnly(EvaluationContext ctx) |
void |
setValue(EvaluationContext ctx,
java.lang.Object value) |
accept, equals, getImage, hashCode, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setImage, 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 boolean isReadOnly(EvaluationContext ctx) throws ELException
isReadOnly
in interface Node
isReadOnly
in class SimpleNode
ELException
public void setValue(EvaluationContext ctx, java.lang.Object value) throws ELException
setValue
in interface Node
setValue
in class SimpleNode
ELException
public MethodInfo getMethodInfo(EvaluationContext ctx, java.lang.Class[] paramTypes) throws ELException
getMethodInfo
in interface Node
getMethodInfo
in class SimpleNode
ELException
public java.lang.Object invoke(EvaluationContext ctx, java.lang.Class[] paramTypes, java.lang.Object[] paramValues) throws ELException
invoke
in interface Node
invoke
in class SimpleNode
ELException
public ValueReference getValueReference(EvaluationContext ctx)
getValueReference
in interface Node
getValueReference
in class SimpleNode
public boolean isParametersProvided()
isParametersProvided
in interface Node
isParametersProvided
in class SimpleNode
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.