Method: ANTLR3::StringStream#last_marker
- Defined in:
- lib/antlr3/streams.rb
#last_marker ⇒ Object
the last marker value created by a call to #mark
597 598 599 |
# File 'lib/antlr3/streams.rb', line 597 def last_marker @markers.length - 1 end |