protected override bool VisibleGrammarSymbolCausesIssueInGeneratedCode(GrammarAST idNode) { return GetBadWords().Contains(idNode.Text); }