Node
public final class AstValue extends SimpleNode
Modifier and Type | Class | Description |
---|---|---|
protected static class |
AstValue.Target |
children, id, image, parent
Constructor | Description |
---|---|
AstValue(int id) |
Modifier and Type | Method | Description |
---|---|---|
MethodInfo |
getMethodInfo(EvaluationContext ctx,
java.lang.Class[] paramTypes) |
|
java.lang.Class |
getType(EvaluationContext ctx) |
|
java.lang.Object |
getValue(EvaluationContext ctx) |
|
java.lang.Object |
invoke(EvaluationContext ctx,
java.lang.Class[] paramTypes,
java.lang.Object[] paramValues) |
|
boolean |
isReadOnly(EvaluationContext ctx) |
|
void |
setValue(EvaluationContext ctx,
java.lang.Object value) |
coerceToBoolean, coerceToCharacter, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, compare, containsNulls, equals, isBigDecimalOp, isBigIntegerOp, isDoubleOp, isDoubleStringOp, isLongOp, isStringFloat, throwUnhandled, toFloat, toNumber
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, dump, getImage, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setImage, toString, toString
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