public final class CqnStar extends Object implements CqnSelectListItem
Modifier and Type | Method and Description |
---|---|
void |
accept(CqnVisitor visitor)
Traverses the expression tree represented by this token with a given
visitor . |
boolean |
isStar() |
static CqnStar |
star() |
String |
toJson() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
alias, asExpand, asRef, asSelectList, asValue, displayName, isExpand, isRef, isSelectList, isValue, ofRef, ofValue, token, unfold
public static CqnStar star()
public boolean isStar()
isStar
in interface CqnSelectListItem
public String toJson()
toJson
in interface JSONizable
public void accept(CqnVisitor visitor)
CqnToken
visitor
. The traversal order is depth-first. If this token has
child nodes they are traversed first by dispatching the visitor to the
children's accept
methods.
Afterwards this token is passed to the visitor's visit
method
specific for this token's type.accept
in interface CqnToken
visitor
- the CqnVisitor
Copyright © 2022 SAP. All rights reserved.