Exemplo n.º 1
0
 public OilexerGrammarCommentRegion(OilexerGrammarTokens.CommentToken comment)
 {
     this.comment = comment;
 }
Exemplo n.º 2
0
 internal void AddCommentRegion(OilexerGrammarTokens.CommentToken commentToken)
 {
     this.myRegions.Add(new OilexerGrammarCommentRegion(commentToken));
 }