Class: Flexr::Runtime::Match
- Inherits:
-
Struct
- Object
- Struct
- Flexr::Runtime::Match
- Defined in:
- lib/flexr/runtime/interpreter.rb
Instance Attribute Summary collapse
-
#end_pos ⇒ Object
Returns the value of attribute end_pos.
-
#rule ⇒ Object
Returns the value of attribute rule.
-
#start_pos ⇒ Object
Returns the value of attribute start_pos.
-
#total_end_pos ⇒ Object
Returns the value of attribute total_end_pos.
Instance Attribute Details
#end_pos ⇒ Object
Returns the value of attribute end_pos
11 12 13 |
# File 'lib/flexr/runtime/interpreter.rb', line 11 def end_pos @end_pos end |
#rule ⇒ Object
Returns the value of attribute rule
11 12 13 |
# File 'lib/flexr/runtime/interpreter.rb', line 11 def rule @rule end |
#start_pos ⇒ Object
Returns the value of attribute start_pos
11 12 13 |
# File 'lib/flexr/runtime/interpreter.rb', line 11 def start_pos @start_pos end |
#total_end_pos ⇒ Object
Returns the value of attribute total_end_pos
11 12 13 |
# File 'lib/flexr/runtime/interpreter.rb', line 11 def total_end_pos @total_end_pos end |