IDebuggableAstNode Interface
Provides the base requirements for a debuggable IAstNode.
public interface IDebuggableAstNode
Properties
EndOffset
The end offset of this AST node, if known.
StartOffset
The start offset of this AST node, if known.
TreeString
The AST node string representation.
Value
The AST node value.