Class: Flexr::Automaton::Region
- Inherits:
-
Struct
- Object
- Struct
- Flexr::Automaton::Region
- Defined in:
- lib/flexr/automaton/accel.rb
Instance Attribute Summary collapse
-
#bytes ⇒ Object
Returns the value of attribute bytes.
-
#regexp ⇒ Object
Returns the value of attribute regexp.
-
#state ⇒ Object
Returns the value of attribute state.
-
#utf8_regexp ⇒ Object
Returns the value of attribute utf8_regexp.
Instance Attribute Details
#bytes ⇒ Object
Returns the value of attribute bytes
5 6 7 |
# File 'lib/flexr/automaton/accel.rb', line 5 def bytes @bytes end |
#regexp ⇒ Object
Returns the value of attribute regexp
5 6 7 |
# File 'lib/flexr/automaton/accel.rb', line 5 def regexp @regexp end |
#state ⇒ Object
Returns the value of attribute state
5 6 7 |
# File 'lib/flexr/automaton/accel.rb', line 5 def state @state end |
#utf8_regexp ⇒ Object
Returns the value of attribute utf8_regexp
5 6 7 |
# File 'lib/flexr/automaton/accel.rb', line 5 def utf8_regexp @utf8_regexp end |