blockComment abstract method

Comment blockComment(
  1. List<Token> tokens
)

Returns a block comment consisting of the given tokens.

Implementation

Comment blockComment(List<Token> tokens);