Module: JSONPathGrammar::Child10
- Defined in:
- lib/jsonpath/parser.rb
Instance Method Summary collapse
Instance Method Details
#lower ⇒ Object
558 559 560 |
# File 'lib/jsonpath/parser.rb', line 558 def lower elements[0] end |
#start ⇒ Object
562 563 564 |
# File 'lib/jsonpath/parser.rb', line 562 def start elements[2] end |
#stop ⇒ Object
566 567 568 |
# File 'lib/jsonpath/parser.rb', line 566 def stop elements[4] end |