copyComments abstract method

CommentToken? copyComments(
  1. CommentToken? token
)

Copy a linked list of comment tokens identical to the given comment tokens.

Implementation

CommentToken? copyComments(CommentToken? token);