Share via


SyntaxTreeNode Class

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the node for the syntax tree.

public abstract class SyntaxTreeNode
type SyntaxTreeNode = class
Public MustInherit Class SyntaxTreeNode
Inheritance
SyntaxTreeNode
Derived

Constructors

Name Description
SyntaxTreeNode()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the SyntaxTreeNode class.

Properties

Name Description
IsBlock

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value that indicates whether the syntax tree node is a block-level object.

Length

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the length of the syntax tree node.

Parent

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the parent tree node of the current tree node.

Start

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the specific source location for the syntax tree node.

Methods

Name Description
Accept(ParserVisitor)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Accepts the visitor of the tree node.

EquivalentTo(SyntaxTreeNode)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Indicates whether the syntax tree node is equivalent to given node.

Applies to