# 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? ​
optionalpositionedComments:LexemePositionedComment[]
Defined in: packages/core/src/models/Lexeme.ts:46
position? ​
optionalposition:LexemePosition
Defined in: packages/core/src/models/Lexeme.ts:47