CharacterClass

interface CharacterClass

A lexical character class, i.e. a set of codepoints.

Functions

Link copied to clipboard
abstract operator fun contains(c: Int): Boolean

Returns true if the unicode codepoint is in this character class.

open operator fun contains(c: XmlChar): Boolean

Returns true if the XML character is in this character class.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard