Skip to content
# Interface: LexemePosition

Defined in: packages/core/src/models/Lexeme.ts:22

Position information for a lexeme in the source text

Properties

startPosition

startPosition: number

Defined in: packages/core/src/models/Lexeme.ts:23


endPosition

endPosition: number

Defined in: packages/core/src/models/Lexeme.ts:24


startLine?

optional startLine: number

Defined in: packages/core/src/models/Lexeme.ts:25


startColumn?

optional startColumn: number

Defined in: packages/core/src/models/Lexeme.ts:26


endLine?

optional endLine: number

Defined in: packages/core/src/models/Lexeme.ts:27


endColumn?

optional endColumn: number

Defined in: packages/core/src/models/Lexeme.ts:28

Released under the MIT License.