RangesListIterator

inner class RangesListIterator : TokensCache.Iterator

Constructors

RangesListIterator
Link copied to clipboard
common
fun RangesListIterator(ranges: List<IntRange>)

Functions

advance
Link copied to clipboard
common
open override fun advance(): TokensCache.RangesListIterator
charLookup
Link copied to clipboard
common
open fun charLookup(steps: Int): Char
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
rawLookup
Link copied to clipboard
common
open override fun rawLookup(steps: Int): IElementType?
rawStart
Link copied to clipboard
common
fun rawStart(steps: Int): Int
rollback
Link copied to clipboard
common
open override fun rollback(): TokensCache.RangesListIterator
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

end
Link copied to clipboard
common
val end: Int
firstChar
Link copied to clipboard
common
val firstChar: Char
index
Link copied to clipboard
common
val index: Int
length
Link copied to clipboard
common
val length: Int
start
Link copied to clipboard
common
val start: Int
type
Link copied to clipboard
common
val type: IElementType?