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, visit
public QuotingAppendable append(QuotingAppendable buffer)
public void appendChildrenSeparator(QuotingAppendable buffer, int childInd)
appendChildrenSeparator
in class Node
public void appendChildrenEnd(QuotingAppendable buffer)
appendChildrenEnd
in class Node
public boolean isNot()
Copyright © 2001–2021 Apache Cayenne. All rights reserved.