|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jdesktop.el.impl.lang.ELSupport org.jdesktop.el.impl.parser.SimpleNode org.jdesktop.el.impl.parser.AstDynamicExpression
public final class AstDynamicExpression
Field Summary |
---|
Fields inherited from class org.jdesktop.el.impl.parser.SimpleNode |
---|
children, id, image, parent |
Constructor Summary | |
---|---|
AstDynamicExpression(int id)
|
Method Summary | |
---|---|
java.lang.Class |
getType(EvaluationContext ctx)
|
java.lang.Object |
getValue(EvaluationContext ctx)
|
boolean |
isReadOnly(EvaluationContext ctx)
|
void |
setValue(EvaluationContext ctx,
java.lang.Object value)
|
Methods inherited from class org.jdesktop.el.impl.parser.SimpleNode |
---|
accept, dump, getImage, getMethodInfo, invoke, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setImage, toString, toString |
Methods inherited from class org.jdesktop.el.impl.lang.ELSupport |
---|
coerceToBoolean, coerceToCharacter, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, compare, containsNulls, equals, isBigDecimalOp, isBigIntegerOp, isDoubleOp, isDoubleStringOp, isLongOp, isStringFloat, throwUnhandled, toFloat, toNumber |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AstDynamicExpression(int id)
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |