Correct doc on exitRule

This commit is contained in:
Song Yang 2020-03-16 00:16:03 -04:00
parent aa9a51a334
commit d832f90a70
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ public class ParseTreeWalker {
/**
* Exits a grammar rule by first triggering the event specific to the given parse tree node
* then by triggering the generic event {@link ParseTreeListener#enterEveryRule}
* then by triggering the generic event {@link ParseTreeListener#exitEveryRule}
* @param listener The listener responding to the trigger events
* @param r The grammar rule containing the rule context
*/