Types

Link copied to clipboard
Link copied to clipboard
object Companion
Link copied to clipboard
data class MatchAtom(val atom: K3StringAtom, val quantifier: K3SearchInstrQuantifier = K3SearchInstrQuantifier.exactlyOne()) : K3SearchInstr
Link copied to clipboard
data class MatchCharacterClass(val ranges: List<IntRange>, val negated: Boolean, val fixedId: Char? = null, val quantifier: K3SearchInstrQuantifier = K3SearchInstrQuantifier.exactlyOne()) : K3SearchInstr
Link copied to clipboard
data class MatchMappedSet(val setId: String, val set: List<K3String>, val capturingId: Int = -1, val quantifier: K3SearchInstrQuantifier = K3SearchInstrQuantifier.exactlyOne()) : K3SearchInstr

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun maxAtomCount(): Int
Link copied to clipboard
open fun minAtomCount(): Int
Link copied to clipboard