In This Article

IDebuggableAstNode Interface

Provides the base requirements for a debuggable IAstNode.

public interface IDebuggableAstNode

Properties

EndOffset

Gets the end offset of this AST node, if known.

int? EndOffset { get; }

Property Value

int?:

The end offset of this AST node, if known.

StartOffset

Gets the start offset of this AST node, if known.

int? StartOffset { get; }

Property Value

int?:

The start offset of this AST node, if known.

TreeString

Gets the AST node string representation.

string TreeString { get; }

Property Value

string:

The AST node string representation.

Value

Gets the AST node value.

string Value { get; }

Property Value

string:

The AST node value.