Preparing search index...
The search index is not available
Langium - v3.3.0
Langium
langium
Lexer
Interface Lexer
interface
Lexer
{
definition
:
TokenTypeDictionary
;
tokenize
(
text
:
string
,
options
?:
TokenizeOptions
)
:
LexerResult
;
}
Implemented by
DefaultLexer
Index
Properties
definition
Methods
tokenize
Properties
Readonly
definition
definition
:
TokenTypeDictionary
Methods
tokenize
tokenize
(
text
,
options
?
)
:
LexerResult
Parameters
text
:
string
Optional
options
:
TokenizeOptions
Returns
LexerResult
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
definition
Methods
tokenize
Langium - v3.3.0
Loading...