public final class Cube extends GroupingElement
Constructor and Description |
---|
Cube(List<Expression> columns) |
Cube(NodeLocation location,
List<Expression> columns) |
Modifier and Type | Method and Description |
---|---|
protected <R,C> R |
accept(AstVisitor<R,C> visitor,
C context)
Accessible for
AstVisitor , use AstVisitor.process(Node, Object) instead. |
boolean |
equals(Object o) |
List<Node> |
getChildren() |
List<Expression> |
getExpressions() |
int |
hashCode() |
String |
toString() |
getLocation
public Cube(List<Expression> columns)
public Cube(NodeLocation location, List<Expression> columns)
public List<Expression> getExpressions()
getExpressions
in class GroupingElement
protected <R,C> R accept(AstVisitor<R,C> visitor, C context)
Node
AstVisitor
, use AstVisitor.process(Node, Object)
instead.accept
in class GroupingElement
public List<Node> getChildren()
getChildren
in class Node
Copyright © 2012–2020. All rights reserved.