public class TMdxEmptyNode extends TMdxExpNode
Constructor and Description |
---|
TMdxEmptyNode() |
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
|
EMdxDataType |
getMdxDataType() |
String |
toString()
String representation of this parse tree node.
|
addAllMyTokensToTokenList, appendString, doParse, fastSetString, getColumnNo, getDummyTag, getEndToken, getGsqlparser, getLineNo, getNodeType, getStartToken, init, init, init, init, init, init, removeAllMyTokensFromTokenList, setDummyTag, setEndToken, setEndToken, setEndToken, setEndToken, setGsqlparser, setIncludingComment, setNodeType, setStartToken, setStartToken, setStartToken, setStartToken, setString, toScript
public EMdxDataType getMdxDataType()
getMdxDataType
in class TMdxExpNode
public String toString()
TParseTreeNode
This string was generated by collecting text from the start token of this node to the end token of this node.
If this node was modified later, then use TParseTreeNode.toScript()
to get string representation of this node.
toString
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.