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