コード例 #1
0
 /** Retrieve a RuleGrammar comment. */
 public String GetRuleDocComment(String rname)
 {
     return(_ruleDocComments.getProperty(rname, null));
 }
コード例 #2
0
 /** Retrieve an import comment. */
 public String GetImportDocComment(JSGFRuleName imp)
 {
     return(_importDocComments.getProperty(imp.ToString(), null));
 }