|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ibatis.ognl.SimpleNode
org.apache.ibatis.ognl.ExpressionNode
public abstract class ExpressionNode
| Field Summary |
|---|
| Fields inherited from class org.apache.ibatis.ognl.SimpleNode |
|---|
children, id, parent, parser |
| Constructor Summary | |
|---|---|
ExpressionNode(int i)
|
|
ExpressionNode(OgnlParser p,
int i)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getExpressionOperator(int index)
|
boolean |
isConstant(OgnlContext context)
|
boolean |
isNodeConstant(OgnlContext context)
Returns true iff this node is constant without respect to the children. |
java.lang.String |
toString()
|
| Methods inherited from class org.apache.ibatis.ognl.SimpleNode |
|---|
dump, evaluateGetValueBody, evaluateSetValueBody, flattenTree, getIndexInParent, getNextSibling, getValue, getValueBody, isNodeSimpleProperty, isSimpleNavigationChain, isSimpleProperty, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setValue, setValueBody, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExpressionNode(int i)
public ExpressionNode(OgnlParser p,
int i)
| Method Detail |
|---|
public boolean isNodeConstant(OgnlContext context)
throws OgnlException
isNodeConstant in class SimpleNodeOgnlException
public boolean isConstant(OgnlContext context)
throws OgnlException
isConstant in class SimpleNodeOgnlExceptionpublic java.lang.String getExpressionOperator(int index)
public java.lang.String toString()
toString in class SimpleNode
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||