Node

data class Node(range: IntRange, type: IElementType)

Functions

component1
Link copied to clipboard
common
operator fun component1(): IntRange
component2
Link copied to clipboard
common
operator fun component2(): IElementType
copy
Link copied to clipboard
common
fun copy(range: IntRange, type: IElementType): SequentialParser.Node
equals
Link copied to clipboard
common
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

range
Link copied to clipboard
common
val range: IntRange
type
Link copied to clipboard
common
val type: IElementType