public class TMdxPropertyNode extends TMdxBaseFunctionNode
Constructor and Description |
---|
TMdxPropertyNode() |
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
|
TPTNodeList<TMdxExpNode> |
getArguments() |
EMdxExpSyntax |
getExpSyntax() |
String |
getFunctionName() |
IMdxIdentifierSegment |
getFunctionSegment() |
EMdxDataType |
getMdxDataType() |
void |
init(Object arg1,
Object arg2,
Object arg3) |
void |
TMdxPropertyNode() |
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 void TMdxPropertyNode()
public EMdxDataType getMdxDataType()
getMdxDataType
in class TMdxExpNode
public void init(Object arg1, Object arg2, Object arg3)
init
in class TParseTreeNode
public String getFunctionName()
public IMdxIdentifierSegment getFunctionSegment()
public TPTNodeList<TMdxExpNode> getArguments()
public EMdxExpSyntax getExpSyntax()
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.