MatchCharacterClass
data class MatchCharacterClass(val ranges: List<IntRange>, val negated: Boolean, val fixedId: Char? = null, val quantifier: K3SearchInstrQuantifier = K3SearchInstrQuantifier.exactlyOne()) : K3SearchInstr(source)
Constructors
Link copied to clipboard
constructor(ranges: List<IntRange>, negated: Boolean, fixedId: Char? = null, quantifier: K3SearchInstrQuantifier = K3SearchInstrQuantifier.exactlyOne())