Method: ANTLR3::Stream#mark
- Defined in:
- lib/antlr3/streams.rb
#mark ⇒ Object
:method: mark saves the current position for the purposes of backtracking and returns a value to pass to #rewind at a later time
192 |
# File 'lib/antlr3/streams.rb', line 192 abstract :mark |