ANTLRInputStream.seek

consume() ahead until index_of_next_character==index; can't just set index_of_next_character=index as we must update line and charPositionInLine. If we seek backwards, just set index_of_next_character @uml @override

class ANTLRInputStream
override
void
seek
(
size_t index
)

Meta