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 |
|---|---|
javax.el.MethodInfo |
getMethodInfo(EvaluationContext ctx,
java.lang.Class[] paramTypes) |
java.lang.Class |
getType(EvaluationContext ctx) |
java.lang.Object |
getValue(EvaluationContext ctx) |
javax.el.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, dump, equals, getImage, hashCode, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setImage, toString, toStringcheckType, coerceToBoolean, coerceToCharacter, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, compare, containsNulls, equals, isBigDecimalOp, isBigIntegerOp, isDoubleOp, isDoubleStringOp, isLongOp, isStringFloat, throwUnhandled, toFloat, toNumberpublic java.lang.Class getType(EvaluationContext ctx) throws javax.el.ELException
getType in interface NodegetType in class SimpleNodejavax.el.ELExceptionpublic javax.el.ValueReference getValueReference(EvaluationContext ctx) throws javax.el.ELException
getValueReference in interface NodegetValueReference in class SimpleNodejavax.el.ELExceptionpublic java.lang.Object getValue(EvaluationContext ctx) throws javax.el.ELException
getValue in interface NodegetValue in class SimpleNodejavax.el.ELExceptionpublic boolean isReadOnly(EvaluationContext ctx) throws javax.el.ELException
isReadOnly in interface NodeisReadOnly in class SimpleNodejavax.el.ELExceptionpublic void setValue(EvaluationContext ctx, java.lang.Object value) throws javax.el.ELException
setValue in interface NodesetValue in class SimpleNodejavax.el.ELExceptionpublic javax.el.MethodInfo getMethodInfo(EvaluationContext ctx, java.lang.Class[] paramTypes) throws javax.el.ELException
getMethodInfo in interface NodegetMethodInfo in class SimpleNodejavax.el.ELExceptionpublic java.lang.Object invoke(EvaluationContext ctx, java.lang.Class[] paramTypes, java.lang.Object[] paramValues) throws javax.el.ELException
invoke in interface Nodeinvoke in class SimpleNodejavax.el.ELExceptionpublic boolean isParametersProvided()
isParametersProvided in interface NodeisParametersProvided in class SimpleNodeCopyright (c) 1999-2011 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.