Method: ANTLR3::StringStream#last_marker

Defined in:
lib/antlr3/streams.rb

#last_markerObject

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