LookaheadSet

class LookaheadSet(number: Int, content: Set<RuntimeRule>)

Types

Companion
Link copied to clipboard
common
object Companion

Functions

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
resolve
Link copied to clipboard
common
fun resolve(runtimeLookahead: LookaheadSet): Set<RuntimeRule>
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

content
Link copied to clipboard
common
val content: Set<RuntimeRule>
number
Link copied to clipboard
common
val number: Int