Iterator

open inner class Iterator(index: Int)

Functions

advance
Link copied to clipboard
common
open fun advance(): TokensCache.Iterator
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 fun rawLookup(steps: Int): IElementType?
rawStart
Link copied to clipboard
common
fun rawStart(steps: Int): Int
rollback
Link copied to clipboard
common
open fun rollback(): TokensCache.Iterator
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?

Inheritors

TokensCache
Link copied to clipboard