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