Class InNode
java.lang.Object
org.apache.cayenne.access.sqlbuilder.sqltree.Node
org.apache.cayenne.access.sqlbuilder.sqltree.InNode
- Since:
- 4.2
- 
Field SummaryFields inherited from class org.apache.cayenne.access.sqlbuilder.sqltree.Nodechildren, childrenCount, parent, type
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionappend(QuotingAppendable buffer) voidappendChildrenEnd(QuotingAppendable buffer) voidappendChildrenSeparator(QuotingAppendable buffer, int childInd) copy()booleaninthashCode()booleanisNot()Methods inherited from class org.apache.cayenne.access.sqlbuilder.sqltree.NodeaddChild, addChild, appendChildrenStart, deepCopy, deepEquals, getChild, getChildrenCount, getParent, getType, replaceChild, setParent, toString, visit
- 
Constructor Details- 
InNodepublic InNode(boolean not) 
 
- 
- 
Method Details- 
append
- 
appendChildrenSeparator- Overrides:
- appendChildrenSeparatorin class- Node
 
- 
appendChildrenEnd- Overrides:
- appendChildrenEndin class- Node
 
- 
copy
- 
isNotpublic boolean isNot()
- 
equals
- 
hashCodepublic int hashCode()
 
-