processComment method
Token?
processComment(
- CommentToken token
Implementation
Token? processComment(CommentToken token) {
// For most phases the following is correct. Where it's not it will be
// overridden.
tree.insertComment(token, tree.openElements.last);
return null;
}