reportMatch abstract method

void reportMatch(
  1. Parser recognizer
)

This method is called by when the parser successfully matches an input symbol.

@param recognizer the parser instance

Implementation

void reportMatch(Parser recognizer);