public class ASTKeyValue extends SimpleNode
_children, _id, _parent, _parser| Constructor and Description |
|---|
ASTKeyValue(int id) |
ASTKeyValue(OgnlParser p,
int id) |
| Modifier and Type | Method and Description |
|---|---|
protected Node |
getKey() |
protected Node |
getValue() |
protected Object |
getValueBody(OgnlContext context,
Object source)
Returns null because this is a parser construct and does not evaluate
|
String |
toString() |
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, toStringpublic ASTKeyValue(int id)
public ASTKeyValue(OgnlParser p, int id)
protected Node getKey()
protected Node getValue()
protected Object getValueBody(OgnlContext context, Object source) throws OgnlException
getValueBody in class SimpleNodecontext - the OgnlContext within which to perform the operation.source - the Object from which to get the value body.OgnlException - if the value body get fails.public String toString()
toString in class SimpleNodeCopyright © 1997–2021 OpenSymphony. All rights reserved.