forked from jasder/antlr
Correct doc on exitRule
This commit is contained in:
parent
aa9a51a334
commit
d832f90a70
|
@ -53,7 +53,7 @@ public class ParseTreeWalker {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Exits a grammar rule by first triggering the event specific to the given parse tree node
|
* 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 listener The listener responding to the trigger events
|
||||||
* @param r The grammar rule containing the rule context
|
* @param r The grammar rule containing the rule context
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue