public class TMdxAxisNode extends TMdxExpNode
Constructor and Description |
---|
TMdxAxisNode() |
Modifier and Type | Method and Description |
---|---|
void |
accept(TParseTreeVisitor v)
Accept a visitor
|
void |
acceptChildren(TParseTreeVisitor v)
Accept a visitor to iterate this class and sub-nodes of this class
|
TMdxAxis |
getAxis()
the name of the axis this axis expression is populating
|
TPTNodeList<TMdxIdentifierNode> |
getDimensionProperties()
list of dimension property clause
|
TMdxExpNode |
getExpNode()
A valid Multidimensional Expressions (MDX) expression to populate the axis
|
EMdxDataType |
getMdxDataType() |
TSourceToken |
getName_OR_Number()
Depreciated since v1.9.8.0, replaced by
getAxis() |
TMdxNonEmptyNode |
getNonEmptyNode() |
void |
init(Object arg1,
Object arg2,
Object arg3,
Object arg4) |
addAllMyTokensToTokenList, appendString, doParse, fastSetString, getColumnNo, getDummyTag, getEndToken, getGsqlparser, getLineNo, getNodeType, getStartToken, init, init, init, init, init, removeAllMyTokensFromTokenList, setDummyTag, setEndToken, setEndToken, setEndToken, setEndToken, setGsqlparser, setIncludingComment, setNodeType, setStartToken, setStartToken, setStartToken, setStartToken, setString, toScript, toString
public EMdxDataType getMdxDataType()
getMdxDataType
in class TMdxExpNode
public TPTNodeList<TMdxIdentifierNode> getDimensionProperties()
public TMdxExpNode getExpNode()
public TSourceToken getName_OR_Number()
getAxis()
public TMdxNonEmptyNode getNonEmptyNode()
public TMdxAxis getAxis()
public void init(Object arg1, Object arg2, Object arg3, Object arg4)
init
in class TParseTreeNode
public void accept(TParseTreeVisitor v)
TParseTreeNode
accept
in interface Visitable
accept
in class TMdxExpNode
v
- visitor is a descendant class of TParseTreeVisitor
public void acceptChildren(TParseTreeVisitor v)
TParseTreeNode
acceptChildren
in interface Visitable
acceptChildren
in class TMdxExpNode
v
- visitor is a descendant class of TParseTreeVisitor
Copyright © 2019. All rights reserved.