agl-processor
/
net.akehurst.language.agl.regex
/
Transition
common
Transition
class
Transition
(kind:
TransitionKind
, matcher:
CharacterMatcher
)
Content copied to clipboard
Functions
Properties
Functions
init
Link copied to clipboard
common
fun
init
()
Content copied to clipboard
toString
Link copied to clipboard
common
open override fun
toString
():
String
Content copied to clipboard
Properties
isToGoal
Link copied to clipboard
common
var
isToGoal
:
Boolean
= false
Content copied to clipboard
kind
Link copied to clipboard
common
val
kind
:
TransitionKind
Content copied to clipboard
matcher
Link copied to clipboard
common
val
matcher
:
CharacterMatcher
Content copied to clipboard
nextStates
Link copied to clipboard
common
lateinit var
nextStates
:
Array
<
State
>
Content copied to clipboard
to
Link copied to clipboard
common
var
to
:
State
? = null
Content copied to clipboard