forked from jasder/antlr
added comment
[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9797]
This commit is contained in:
parent
224a4bc9e1
commit
963ccd2700
|
@ -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) { }
|
||||
|
||||
|
|
Loading…
Reference in New Issue