Table of Contents

Class TMdxEmptyNode

Namespace
gudusoft.gsqlparser.nodes.mdx
Assembly
gudusoft.gsqlparser.dll
public class TMdxEmptyNode : TMdxExpNode, Visitable
Inheritance
TMdxEmptyNode
Implements
Inherited Members

Properties

MdxDataType

public override EMdxDataType MdxDataType { get; }

Property Value

EMdxDataType

Methods

ToString()

String representation of parse tree node including sub parse tree node. 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 toScript() to return string representation instead.

public override string ToString()

Returns

string

string representation of parse tree node including sub parse tree node.

accept(TParseTreeVisitor)

public override void accept(TParseTreeVisitor v)

Parameters

v TParseTreeVisitor

acceptChildren(TParseTreeVisitor)

public override void acceptChildren(TParseTreeVisitor v)

Parameters

v TParseTreeVisitor