Class: Pegparse::ParseErrorLocation

Inherits:
Struct
  • Object
show all
Defined in:
lib/pegparse/parser_errors.rb

Instance Attribute Summary collapse

Instance Attribute Details

#index_in_errorsObject

Returns the value of attribute index_in_errors

Returns:

  • (Object)

    the current value of 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_optionalObject

Returns the value of attribute start_positions_of_optional

Returns:

  • (Object)

    the current value of 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