Companion

object Companion

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
filterBlockquotes
Link copied to clipboard
common
fun filterBlockquotes(tokensCache: TokensCache, textRange: IntRange): List<IntRange>
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
isPunctuation
Link copied to clipboard
common
fun isPunctuation(info: TokensCache.Iterator, lookup: Int): Boolean
isWhitespace
Link copied to clipboard
common
fun isWhitespace(info: TokensCache.Iterator, lookup: Int): Boolean
toString
Link copied to clipboard
common
open fun toString(): String