forked from jasder/antlr
tweak comment
This commit is contained in:
parent
e33e355d66
commit
1a52e0212e
|
@ -212,6 +212,7 @@ public abstract class Parser extends Recognizer<Token, ParserATNSimulator<Token>
|
|||
return _parseListeners;
|
||||
}
|
||||
|
||||
// TODO: make comment directing people to ParseTreeListener
|
||||
public void addParseListener(ParseListener<Token> listener) {
|
||||
if ( listener==null ) return;
|
||||
if ( _parseListeners==null ) {
|
||||
|
|
Loading…
Reference in New Issue