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 java.lang.Object |
getValueBody(OgnlContext context,
java.lang.Object source)
Returns null because this is a parser construct and does not evaluate
|
java.lang.String |
toString() |
dump, evaluateGetValueBody, evaluateSetValueBody, flattenTree, getAccessor, getIndexInParent, getNextSibling, getValue, isConstant, isNodeConstant, isNodeSimpleProperty, isSimpleNavigationChain, isSimpleProperty, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, lastChild, setAccessor, setValue, setValueBody, toGetSourceString, toSetSourceString, toString
public ASTKeyValue(int id)
public ASTKeyValue(OgnlParser p, int id)
protected Node getKey()
protected Node getValue()
protected java.lang.Object getValueBody(OgnlContext context, java.lang.Object source) throws OgnlException
getValueBody
in class SimpleNode
OgnlException
public java.lang.String toString()
toString
in class SimpleNode