RulePosition

class RulePosition(runtimeRule: RuntimeRule, option: Int, position: Int)

Types

Companion
Link copied to clipboard
common
object Companion

Functions

atEnd
Link copied to clipboard
common
fun atEnd(): RulePosition
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
next
Link copied to clipboard
common
fun next(): Set<RulePosition>
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

identity
Link copied to clipboard
common
val identity: RuleOptionId
isAtEnd
Link copied to clipboard
common
val isAtEnd: Boolean
isAtStart
Link copied to clipboard
common
val isAtStart: Boolean
item
Link copied to clipboard
common
val item: RuntimeRule?
items
Link copied to clipboard
common
val items: List<RuntimeRule>
option
Link copied to clipboard
common
val option: Int
position
Link copied to clipboard
common
val position: Int
priority
Link copied to clipboard
common
val priority: Int
runtimeRule
Link copied to clipboard
common
val runtimeRule: RuntimeRule