示例#1
0
 /// <summary>
 /// Sets the keywords for a specific set of keywords.
 /// </summary>
 /// <param name="group">The enumeration indicating the type of keyword.</param>
 /// <param name="keywordslist">A string containing all of the keywords.</param>
 private void SetKeywords(LexerKeywordGroupConstants group, string keywordslist)
 {
     this.Lexing.SetKeywords((Int32)group, keywordslist);
 }
示例#2
0
 /// <summary>
 /// Sets the keywords for a specific set of keywords.
 /// </summary>
 /// <param name="group">The enumeration indicating the type of keyword.</param>
 /// <param name="keywordslist">A string containing all of the keywords.</param>
 private void SetKeywords(LexerKeywordGroupConstants group, string keywordslist)
 {
     this.Lexing.SetKeywords((Int32)group, keywordslist);
 }