Equivalent changes for https://github.com/antlr/antlr4/pull/875 to java runtime Parser

This commit is contained in:
Terence Parr 2015-05-19 18:21:21 -07:00
parent 62783dcb82
commit b539521c5d
1 changed files with 4 additions and 0 deletions

View File

@ -854,6 +854,10 @@ namespace Antlr4.Runtime
}
}
_ctx = localctx;
if (_parseListeners != null)
{
TriggerEnterRuleEvent();
}
}
/// <summary>Get the precedence level for the top-most precedence rule.</summary>