Class ExpressionNode
java.lang.Object
org.apache.cayenne.access.sqlbuilder.sqltree.Node
org.apache.cayenne.access.sqlbuilder.sqltree.ExpressionNode
- Direct Known Subclasses:
BetweenNode, BitwiseNotNode, EqualNode, LikeNode, NotEqualNode, OpExpressionNode
- Since:
- 4.2
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(QuotingAppendable buffer) voidappendChildrenEnd(QuotingAppendable buffer) voidappendChildrenStart(QuotingAppendable buffer) copy()toString()Methods inherited from class Node
addChild, addChild, appendChildrenSeparator, deepCopy, deepEquals, equals, getChild, getChildrenCount, getParent, getType, hashCode, replaceChild, setParent, visitModifier and TypeMethodDescriptionvoidappendChildrenSeparator(QuotingAppendable buffer, int childInd) <T extends Node>
TdeepCopy()booleandeepEquals(Node node) booleangetChild(int idx) intgetType()inthashCode()voidreplaceChild(int idx, Node node) voidvoidvisit(NodeTreeVisitor visitor)
-
Constructor Details
-
ExpressionNode
public ExpressionNode() -
ExpressionNode
-
-
Method Details
-
append
-
appendChildrenStart
- Overrides:
appendChildrenStartin classNode
-
appendChildrenEnd
- Overrides:
appendChildrenEndin classNode
-
toString
-
copy
-