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, visit
public ExpressionNode()
public ExpressionNode(NodeType nodeType)
public QuotingAppendable append(QuotingAppendable buffer)
public void appendChildrenStart(QuotingAppendable buffer)
appendChildrenStart
in class Node
public void appendChildrenEnd(QuotingAppendable buffer)
appendChildrenEnd
in class Node
Copyright © 2001–2020 Apache Cayenne. All rights reserved.