Class: Pegparse::BorrowedArea

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

Instance Attribute Summary collapse

Instance Attribute Details

#end_posObject

Returns the value of attribute end_pos

Returns:

  • (Object)

    the current value of end_pos



3
4
5
# File 'lib/pegparse/borrowed_areas.rb', line 3

def end_pos
  @end_pos
end

#marker_posObject

Returns the value of attribute marker_pos

Returns:

  • (Object)

    the current value of marker_pos



3
4
5
# File 'lib/pegparse/borrowed_areas.rb', line 3

def marker_pos
  @marker_pos
end

#start_posObject

Returns the value of attribute start_pos

Returns:

  • (Object)

    the current value of start_pos



3
4
5
# File 'lib/pegparse/borrowed_areas.rb', line 3

def start_pos
  @start_pos
end