Skip to content
# Interface: Lexeme

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

Represents a lexical token in SQL parsing

Extended by ​

Properties ​

type ​

type: number

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


value ​

value: string

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


comments ​

comments: string[] | null

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


positionedComments? ​

optional positionedComments: LexemePositionedComment[]

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


position? ​

optional position: LexemePosition

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

Released under the MIT License.