setLexerApplicability

fun A_Lexer.setLexerApplicability(codePoint: Int, applicability: Boolean)

Record the fact that the filter ran for this single-byte codePoint, and produced the provided applicability boolean.

Parameters

codePoint

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.