added comment

[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9797]
This commit is contained in:
parrt 2012-01-03 12:46:51 -08:00
parent 224a4bc9e1
commit 963ccd2700
1 changed files with 2 additions and 0 deletions

View File

@ -145,6 +145,8 @@ public class ParserRuleContext<Symbol> extends RuleContext {
// return s != ((RuleContext)o).s; // must be parsing the same location in the ATN
// }
// Double dispatch methods
public void enterRule(ParseTreeListener<Symbol> listener) { }
public void exitRule(ParseTreeListener<Symbol> listener) { }