Traqula
    Preparing search index...

    Interface ParserBuildArgs

    interface ParserBuildArgs {
        errorHandler?: (errors: IRecognitionException[]) => void;
        lexerConfig?: ILexerConfig;
        parserConfig?: IParserConfig;
        queryPreProcessor?: (input: string) => string;
        tokenVocabulary: readonly TokenType[];
    }
    Index

    Properties

    errorHandler?: (errors: IRecognitionException[]) => void
    lexerConfig?: ILexerConfig
    parserConfig?: IParserConfig
    queryPreProcessor?: (input: string) => string
    tokenVocabulary: readonly TokenType[]