Package com.sap.cds.ql.cqn
Class CqnStar
java.lang.Object
com.sap.cds.ql.cqn.CqnStar
- All Implemented Interfaces:
JSONizable,CqnSelectListItem,CqnToken,Selectable
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.sap.cds.ql.cqn.CqnSelectListItem
asExpand, asRef, asSelectList, asValue, isExpand, isRef, isSelectList, isValue, ofRef, ofValue, token, unfold
-
Method Details
-
star
-
isStar
public boolean isStar()- Specified by:
isStarin interfaceCqnSelectListItem
-
toJson
- Specified by:
toJsonin interfaceJSONizable
-
toString
-
accept
Description copied from interface:CqnTokenTraverses the expression tree represented by this token with a givenvisitor. The traversal order is depth-first. If this token has child nodes they are traversed first by dispatching the visitor to the children'sacceptmethods. Afterwards this token is passed to the visitor'svisitmethod specific for this token's type.- Specified by:
acceptin interfaceCqnToken- Parameters:
visitor- theCqnVisitor
-