Class InNode
java.lang.Object
org.apache.cayenne.access.sqlbuilder.sqltree.Node
org.apache.cayenne.access.sqlbuilder.sqltree.InNode
- Since:
- 4.2
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(QuotingAppendable buffer) voidappendChildrenEnd(QuotingAppendable buffer) voidappendChildrenSeparator(QuotingAppendable buffer, int childInd) copy()booleaninthashCode()booleanisNot()Methods inherited from class Node
addChild, addChild, appendChildrenStart, deepCopy, deepEquals, getChild, getChildrenCount, getParent, getType, replaceChild, setParent, toString, visitModifier and TypeMethodDescriptionvoidappendChildrenStart(QuotingAppendable buffer) <T extends Node>
TdeepCopy()booleandeepEquals(Node node) getChild(int idx) intgetType()voidreplaceChild(int idx, Node node) voidtoString()voidvisit(NodeTreeVisitor visitor)
-
Constructor Details
-
InNode
public InNode(boolean not)
-
-
Method Details
-
append
-
appendChildrenSeparator
- Overrides:
appendChildrenSeparatorin classNode
-
appendChildrenEnd
- Overrides:
appendChildrenEndin classNode
-
copy
-
isNot
public boolean isNot() -
equals
-
hashCode
-