rename discover/finish

[git-p4: depot-paths = "//depot/code/antlr4/main/": change = 9052]
This commit is contained in:
parrt 2011-09-07 15:04:35 -08:00
parent a440d4e988
commit 4f2beaf69d
1 changed files with 2 additions and 2 deletions

View File

@ -416,8 +416,8 @@ public static class <s.name> extends ParserRuleContext {
<s.ctorAttrs:{a | this.<a.name> = <a.name>;}; separator="\n">
}
/*
public void discover(TListener listener) { listener.discover_<s.name>(this); }
public void finish(TListener listener) { listener.finish_<s.name>(this); }
public void enterRule(TListener listener) { listener.enterRule(this); }
public void exitRule(TListener listener) { listener.exitRule(this); }
*/
}
>>