Class TMdxFunctionNode

All Implemented Interfaces:
Visitable, Iterator<TSourceToken>

MDX function or method.
When it represents a method, the first element of getArguments() is the object expression and the real arguments is start from the second element.

This is a method: Set_Expression.Item(Index), getFunctionName() returns Item, the first element of getArguments() returns Set_Expression while the second element is Index

This is a function: Median(Set_Expression [ ,Numeric_Expression ] ) , getFunctionName() returns Median, the first element of getArguments() returns Set_Expression