Class BitwiseNotNode
java.lang.Object
org.apache.cayenne.access.sqlbuilder.sqltree.Node
org.apache.cayenne.access.sqlbuilder.sqltree.ExpressionNode
org.apache.cayenne.access.sqlbuilder.sqltree.BitwiseNotNode
- Since:
- 4.2
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ExpressionNode
appendChildrenEnd, appendChildrenStart, toStringModifier and TypeMethodDescriptionvoidappendChildrenEnd(QuotingAppendable buffer) voidappendChildrenStart(QuotingAppendable buffer) 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
-
BitwiseNotNode
public BitwiseNotNode()
-
-
Method Details
-
append
- Overrides:
appendin classExpressionNode
-
copy
- Overrides:
copyin classExpressionNode
-