Preparing search index...
The search index is not available
XCompile
XCompile
ParseAndTokenize
Interface ParseAndTokenize
Shared between different config formats
interface
ParseAndTokenize
{
definitions
:
NodeDefinition
[]
;
id
?:
string
;
ignored_literals
:
string
[]
;
literals
:
Iterable
<
TokenDefinition
,
any
,
any
>
;
log
?:
LogFn
;
maxCycles
?:
number
;
maxNodeDepth
?:
number
;
root_nodes
:
string
[]
;
source
:
string
;
}
Hierarchy (
View Summary
)
ParseOptionsShared
ParseAndTokenize
Index
Properties
definitions
id?
ignored_
literals
literals
log?
max
Cycles?
max
Node
Depth?
root_
nodes
source
Properties
definitions
definitions
:
NodeDefinition
[]
Optional
id
id
?:
string
ignored_
literals
ignored_literals
:
string
[]
literals
literals
:
Iterable
<
TokenDefinition
,
any
,
any
>
Optional
log
log
?:
LogFn
Optional
max
Cycles
maxCycles
?:
number
Optional
max
Node
Depth
maxNodeDepth
?:
number
root_
nodes
root_nodes
:
string
[]
source
source
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
definitions
id
ignored_
literals
literals
log
max
Cycles
max
Node
Depth
root_
nodes
source
XCompile
Loading...
Shared between different config formats