Class: Flexr::Automaton::Acceptance
- Inherits:
-
Struct
- Object
- Struct
- Flexr::Automaton::Acceptance
- Defined in:
- lib/flexr/automaton/types.rb
Instance Attribute Summary collapse
-
#bol_only ⇒ Object
Returns the value of attribute bol_only.
-
#end_anchor ⇒ Object
Returns the value of attribute end_anchor.
-
#pattern_index ⇒ Object
Returns the value of attribute pattern_index.
-
#rule_index ⇒ Object
Returns the value of attribute rule_index.
Instance Method Summary collapse
Instance Attribute Details
#bol_only ⇒ Object
Returns the value of attribute bol_only
5 6 7 |
# File 'lib/flexr/automaton/types.rb', line 5 def bol_only @bol_only end |
#end_anchor ⇒ Object
Returns the value of attribute end_anchor
5 6 7 |
# File 'lib/flexr/automaton/types.rb', line 5 def end_anchor @end_anchor end |
#pattern_index ⇒ Object
Returns the value of attribute pattern_index
5 6 7 |
# File 'lib/flexr/automaton/types.rb', line 5 def pattern_index @pattern_index end |
#rule_index ⇒ Object
Returns the value of attribute rule_index
5 6 7 |
# File 'lib/flexr/automaton/types.rb', line 5 def rule_index @rule_index end |
Instance Method Details
#inspect ⇒ Object
6 7 8 |
# File 'lib/flexr/automaton/types.rb', line 6 def inspect [rule_index, pattern_index, bol_only, end_anchor].inspect end |