set Lexer Applicability
fun A_Lexer.setLexerApplicability(codePoint: Int, applicability: Boolean)
Content copied to clipboard
Record the fact that the filter ran for this single-byte codePoint, and produced the provided applicability boolean.
Parameters
code Point
The codePoint Int in the range 0..255 that was tested.
applicability
A boolean indicating whether the lexer's filter indicated that the lexer's body should run when this codePoint is encountered.