class Kleene::DFATransition
- Kleene::DFATransition
- Reference
- Object
Defined in:
dfa.crConstructors
Instance Method Summary
- #accept?(input)
- #from : State
- #from=(from : State)
- #to : State
- #to=(to : State)
- #token : Char
- #token=(token : Char)