Traqula
Preparing search index...
@traqula/core
ParserBuildArgs
Interface ParserBuildArgs
interface
ParserBuildArgs
{
errorHandler
?:
(
errors
:
IRecognitionException
[]
)
=>
void
;
lexerConfig
?:
ILexerConfig
;
parserConfig
?:
IParserConfig
;
queryPreProcessor
?:
(
input
:
string
)
=>
string
;
tokenVocabulary
:
readonly
TokenType
[]
;
}
Index
Properties
error
Handler?
lexer
Config?
parser
Config?
query
Pre
Processor?
token
Vocabulary
Properties
Optional
error
Handler
errorHandler
?:
(
errors
:
IRecognitionException
[]
)
=>
void
Optional
lexer
Config
lexerConfig
?:
ILexerConfig
Optional
parser
Config
parserConfig
?:
IParserConfig
Optional
query
Pre
Processor
queryPreProcessor
?:
(
input
:
string
)
=>
string
token
Vocabulary
tokenVocabulary
:
readonly
TokenType
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
Handler
lexer
Config
parser
Config
query
Pre
Processor
token
Vocabulary
Traqula
Loading...