Class: Pegparse::ParseErrorLocation
- Inherits:
-
Struct
- Object
- Struct
- Pegparse::ParseErrorLocation
- Defined in:
- lib/pegparse/parser_errors.rb
Instance Attribute Summary collapse
-
#index_in_errors ⇒ Object
Returns the value of attribute index_in_errors.
-
#start_positions_of_optional ⇒ Object
Returns the value of attribute start_positions_of_optional.
Instance Attribute Details
#index_in_errors ⇒ Object
Returns the value of attribute index_in_errors
9 10 11 |
# File 'lib/pegparse/parser_errors.rb', line 9 def index_in_errors @index_in_errors end |
#start_positions_of_optional ⇒ Object
Returns the value of attribute start_positions_of_optional
9 10 11 |
# File 'lib/pegparse/parser_errors.rb', line 9 def start_positions_of_optional @start_positions_of_optional end |