public class InNode extends Node
children, childrenCount, parent, type| Constructor and Description |
|---|
InNode(boolean not) |
| Modifier and Type | Method and Description |
|---|---|
QuotingAppendable |
append(QuotingAppendable buffer) |
void |
appendChildrenEnd(QuotingAppendable buffer) |
void |
appendChildrenSeparator(QuotingAppendable buffer,
int childInd) |
Node |
copy() |
boolean |
isNot() |
addChild, addChild, appendChildrenStart, deepCopy, getChild, getChildrenCount, getParent, getType, replaceChild, setParent, toString, visitpublic QuotingAppendable append(QuotingAppendable buffer)
public void appendChildrenSeparator(QuotingAppendable buffer, int childInd)
appendChildrenSeparator in class Nodepublic void appendChildrenEnd(QuotingAppendable buffer)
appendChildrenEnd in class Nodepublic boolean isNot()
Copyright © 2001–2020 Apache Cayenne. All rights reserved.