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