Class: RegularExpression::NFA::Transition::Epsilon
- Inherits:
-
Struct
- Object
- Struct
- RegularExpression::NFA::Transition::Epsilon
- Defined in:
- lib/regular_expression/nfa.rb
Instance Attribute Summary collapse
-
#state ⇒ Object
Returns the value of attribute state.
Instance Method Summary collapse
Instance Attribute Details
#state ⇒ Object
Returns the value of attribute state
111 112 113 |
# File 'lib/regular_expression/nfa.rb', line 111 def state @state end |
Instance Method Details
#label ⇒ Object
112 113 114 |
# File 'lib/regular_expression/nfa.rb', line 112 def label "ε" end |