class Kleene::NFATransition
- Kleene::NFATransition
- Reference
- Object
Defined in:
nfa.crConstant Summary
-
Epsilon =
'\0'
Constructors
Instance Method Summary
- #accept?(input)
- #epsilon?
- #from : State
- #from=(from : State)
- #to : State
- #to=(to : State)
- #token : Char
- #token=(token : Char)