return alias;
return null;
return false;
// Default implementation: // If this node has a data type, and that data type is not an association, then this is scalar. Type type = getDataType(); return type != null && !type.isAssociationType(); // Moved here from SelectClause [jsd]
this.alias = alias;