Package ognl
Class ASTKeyValue
java.lang.Object
ognl.SimpleNode
ognl.ASTKeyValue
- All Implemented Interfaces:
Serializable,JavaSource,Node
- See Also:
-
Field Summary
FieldsFields inherited from class ognl.SimpleNode
children, id, parent, parser -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected NodegetKey()protected NodegetValue()protected ObjectgetValueBody(OgnlContext context, Object source) Returns null because this is a parser construct and does not evaluatetoString()Methods inherited from class ognl.SimpleNode
dump, evaluateGetValueBody, evaluateSetValueBody, flattenTree, getAccessor, getIndexInParent, getNextSibling, getValue, isChain, isConstant, isEvalChain, isNodeConstant, isNodeSimpleProperty, isOperation, isSequence, isSimpleMethod, isSimpleNavigationChain, isSimpleProperty, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, lastChild, setAccessor, setValue, setValueBody, toGetSourceString, toSetSourceString, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ASTKeyValue
public ASTKeyValue(int id) -
ASTKeyValue
-
-
Method Details
-
getKey
-
getValue
-
getValueBody
Returns null because this is a parser construct and does not evaluate- Specified by:
getValueBodyin classSimpleNode- Parameters:
context- the OgnlContext within which to perform the operation.source- the Object from which to get the value body.- Returns:
- the value body from the source (as appropriate within the provided context).
- Throws:
OgnlException- if the value body get fails.
-
toString
- Overrides:
toStringin classSimpleNode
-