public abstract class ExpressionNode extends SimpleNode
children, id, parent, parser
Constructor and Description |
---|
ExpressionNode(int i) |
ExpressionNode(OgnlParser p,
int i) |
Modifier and Type | Method and Description |
---|---|
String |
getExpressionOperator(int index) |
boolean |
isConstant(OgnlContext context) |
boolean |
isNodeConstant(OgnlContext context)
Returns true iff this node is constant without respect to the children.
|
String |
toString() |
dump, evaluateGetValueBody, evaluateSetValueBody, flattenTree, getIndexInParent, getNextSibling, getValue, getValueBody, isNodeSimpleProperty, isSimpleNavigationChain, isSimpleProperty, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setValue, setValueBody, toString
public ExpressionNode(int i)
public ExpressionNode(OgnlParser p, int i)
public boolean isNodeConstant(OgnlContext context) throws OgnlException
isNodeConstant
in class SimpleNode
OgnlException
public boolean isConstant(OgnlContext context) throws OgnlException
isConstant
in class SimpleNode
OgnlException
public String getExpressionOperator(int index)
public String toString()
toString
in class SimpleNode