OptionalblankNodeIdGenerator: BlankNodeIdGeneratorOptionalblankOptional blank node ID generator function. When set or undefined, the lexer will automatically assign blank node IDs to tokens. Set to null to disable automatic blank node ID assignment.
StaticNAA Constant to mark "abstract" TokenTypes that are used purely as token categories. See: ITokenConfig.categories
StaticSKIPPEDWill lex(Tokenize) a string. Note that this can be called repeatedly on different strings as this method does not modify the state of the Lexer.
The string to lex
OptionalinitialMode: stringThe initial Lexer Mode to start with, by default this will be the first mode in the lexer's definition. If the lexer has no explicit modes it will be the implicit single 'default_mode' mode.
A SPARQL 1.2 compliant lexer.