reset abstract method

void reset(
  1. Parser recognizer
)

Reset the error handler state for the specified recognizer. @param recognizer the parser instance

Implementation

void reset(Parser recognizer);