endOfLineComment abstract method

Comment endOfLineComment(
  1. List<Token> tokens
)

Returns an end-of-line comment consisting of the given tokens.

Implementation

Comment endOfLineComment(List<Token> tokens);