Preparing search index...
The search index is not available
@chevrotain/types
@chevrotain/types
ILexingResult
Interface ILexingResult
interface
ILexingResult
{
errors
:
ILexingError
[]
;
groups
:
{
[
groupName
:
string
]
:
IToken
[]
;
}
;
tokens
:
IToken
[]
;
}
Index
Properties
errors
groups
tokens
Properties
errors
errors
:
ILexingError
[]
groups
groups
:
{
[
groupName
:
string
]
:
IToken
[]
;
}
tokens
tokens
:
IToken
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
errors
groups
tokens
@chevrotain/types
Loading...