Nodepublic 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, toNumberclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, dump, getImage, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setImage, toString, toStringpublic java.lang.Class getType(EvaluationContext ctx) throws ELException
getType in interface NodegetType in class SimpleNodeELExceptionpublic java.lang.Object getValue(EvaluationContext ctx) throws ELException
getValue in interface NodegetValue in class SimpleNodeELExceptionpublic boolean isReadOnly(EvaluationContext ctx) throws ELException
isReadOnly in interface NodeisReadOnly in class SimpleNodeELExceptionpublic void setValue(EvaluationContext ctx, java.lang.Object value) throws ELException
setValue in interface NodesetValue in class SimpleNodeELExceptionpublic MethodInfo getMethodInfo(EvaluationContext ctx, java.lang.Class[] paramTypes) throws ELException
getMethodInfo in interface NodegetMethodInfo in class SimpleNodeELExceptionpublic java.lang.Object invoke(EvaluationContext ctx, java.lang.Class[] paramTypes, java.lang.Object[] paramValues) throws ELException
invoke in interface Nodeinvoke in class SimpleNodeELException