public OilexerGrammarCommentRegion(OilexerGrammarTokens.CommentToken comment) { this.comment = comment; }
internal void AddCommentRegion(OilexerGrammarTokens.CommentToken commentToken) { this.myRegions.Add(new OilexerGrammarCommentRegion(commentToken)); }