This reverts commit fb0e1c0cdb.
This commit is contained in:
parrt 2015-06-03 10:56:08 -07:00
parent e5e928cd3f
commit 1b0b04aa88
1 changed files with 4 additions and 0 deletions

View File

@ -800,6 +800,10 @@ namespace Antlr4.Runtime
{
AddContextToParseTree();
}
if (_parseListeners != null)
{
TriggerEnterRuleEvent();
}
}
public virtual void EnterLeftFactoredRule(ParserRuleContext localctx, int state, int ruleIndex)