Class AliasedNode
java.lang.Object
org.apache.cayenne.access.sqlbuilder.sqltree.Node
org.apache.cayenne.access.sqlbuilder.sqltree.AliasedNode
- Since:
- 4.2
- 
Field SummaryFieldsFields inherited from class org.apache.cayenne.access.sqlbuilder.sqltree.Nodechildren, childrenCount, parent, type
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionappend(QuotingAppendable buffer) voidappendChildrenEnd(QuotingAppendable buffer) copy()booleangetAlias()inthashCode()voidvisit(NodeTreeVisitor visitor) Methods inherited from class org.apache.cayenne.access.sqlbuilder.sqltree.NodeaddChild, addChild, appendChildrenSeparator, appendChildrenStart, deepCopy, deepEquals, getChild, getChildrenCount, getParent, getType, replaceChild, setParent, toString
- 
Field Details- 
alias
 
- 
- 
Constructor Details- 
AliasedNode
 
- 
- 
Method Details