예제 #1
0
 public OilexerGrammarCommentRegion(OilexerGrammarTokens.CommentToken comment)
 {
     this.comment = comment;
 }
예제 #2
0
 internal void AddCommentRegion(OilexerGrammarTokens.CommentToken commentToken)
 {
     this.myRegions.Add(new OilexerGrammarCommentRegion(commentToken));
 }