public DOM.Comment ProcessComment(ICharStream input, int commentType, Interval commentInterval)
 {
     return(OnProcessComment?.Invoke(commentType, commentInterval));
 }
Exemple #2
0
 public Comment ProcessComment(ITextSource textSource, int commentType, Interval commentInterval)
 {
     return(OnProcessComment?.Invoke(commentType, commentInterval));
 }