Transition

class Transition(kind: TransitionKind, matcher: CharacterMatcher)

Functions

init
Link copied to clipboard
common
fun init()
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

isToGoal
Link copied to clipboard
common
var isToGoal: Boolean = false
kind
Link copied to clipboard
common
val kind: TransitionKind
matcher
Link copied to clipboard
common
val matcher: CharacterMatcher
nextStates
Link copied to clipboard
common
lateinit var nextStates: Array<State>
to
Link copied to clipboard
common
var to: State? = null