Interface SyntaxNode

interface SyntaxNode {
    endIndex: number;
    endPosition: IPosition;
    startIndex: number;
    startPosition: IPosition;
}

Properties§

§endIndex: number
§endPosition: IPosition
§startIndex: number
§startPosition: IPosition