Method: ANTLR3::CommonTokenStream#mark

Defined in:
lib/antlr3/streams.rb

#markObject

bookmark the current position of the input stream



869
870
871
# File 'lib/antlr3/streams.rb', line 869

def mark
  @last_marker = @position
end