Companion
Functions
If the filter function cas already run for this single-byte codePoint in the past, answer the boolean value that it produced. Otherwise answer null.
Record the fact that the filter ran for this single-byte codePoint, and produced the provided applicability boolean.
Properties
Answer the function to run (as the base call of a fiber) to generate some tokens from the source string and position. The function should produce a tuple of potential next tokens, which may or may not have additional tokens explicitly chained onto them via A_Token.setNextLexingStateFromPrior.
Answer the A_Method in which this lexer is defined. Even though the internals of the method aren't needed by the lexer, it's convenient to associated the lexer with a method for controlling imports and renames.