[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Expressions.NonTerminalNode

Class NonTerminalNode

Namespace
GrapeCity.Documents.Excel.Expressions
Assembly
GcDocs.Excel.dll

Represents a non-terminal node in the syntax tree.

public abstract class NonTerminalNode : SyntaxNode, ICloneable
Inheritance
object
NonTerminalNode
Implements
System.ICloneable
Inherited Members
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Constructors

NonTerminalNode()

protected NonTerminalNode()

Properties

Children

Gets children of a non-terminal node.

public override IList<SyntaxNode> Children { get; }

Property Value

System.Collections.Generic.IList<T><SyntaxNode>