forked from jasder/antlr
Reverted removal of namespace.
This commit is contained in:
parent
1cf28851c2
commit
2b3dd222bd
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue