SyntaxTreeNode Class

Syntax tree node.
Inheritance Hierarchy

Namespace:  Dundas.BI.Scripting
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class SyntaxTreeNode

The SyntaxTreeNode type exposes the following members.

Properties
  NameDescription
Public propertyChildren
Gets the children.
Public propertyEndColumnNumber
Gets the ending column number.
Public propertyEndLineNumber
Gets the ending line number.
Public propertyStartColumnNumber
Gets the starting column number.
Public propertyStartLineNumber
Gets the starting line number.
Top
See Also