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.
StartOffset
Gets the start offset of this AST node, if known.
TreeString
Gets the AST node string representation.
Value
Gets the AST node value.