Reverted removal of namespace.

This commit is contained in:
Mike Lischke 2017-06-12 09:26:11 +02:00
parent 1cf28851c2
commit 2b3dd222bd
1 changed files with 1 additions and 1 deletions

View File

@ -1024,7 +1024,7 @@ ContextRuleListIndexedGetterDecl(r) ::= <<
>>
LexerRuleContext() ::= "RuleContext"
LexerRuleContext() ::= "antlr4::RuleContext"
// The rule context name is the rule followed by a suffix; e.g. r becomes rContext.
RuleContextNameSuffix() ::= "Context"