public class TMdxFunctionNode extends TMdxBaseFunctionNode
getArguments() is the object expression
and the real arguments is start from the second element.
getFunctionName() returns Item,
the first element of getArguments() returns Set_Expression while the second element is Index
getFunctionName() returns Median, the first element of getArguments() returns Set_Expression| Constructor and Description |
|---|
TMdxFunctionNode() |
| 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()
If this class represents a method, the first element is the object expression of the method,
and the real argument is start from the second element.
|
EMdxExpSyntax |
getExpSyntax() |
String |
getFunctionName() |
IMdxIdentifierSegment |
getFunctionSegment() |
EMdxDataType |
getMdxDataType() |
void |
init(Object arg1,
Object arg2,
Object arg3) |
void |
TMdxFunctionNode() |
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, toStringpublic void TMdxFunctionNode()
public void init(Object arg1, Object arg2, Object arg3)
init in class TParseTreeNodepublic String getFunctionName()
public IMdxIdentifierSegment getFunctionSegment()
public TPTNodeList<TMdxExpNode> getArguments()
public EMdxDataType getMdxDataType()
getMdxDataType in class TMdxExpNodepublic EMdxExpSyntax getExpSyntax()
public void accept(TParseTreeVisitor v)
TParseTreeNodeaccept in interface Visitableaccept in class TMdxExpNodev - visitor is a descendant class of TParseTreeVisitorpublic void acceptChildren(TParseTreeVisitor v)
TParseTreeNodeacceptChildren in interface VisitableacceptChildren in class TMdxExpNodev - visitor is a descendant class of TParseTreeVisitorCopyright © 2019. All rights reserved.