CommentToken constructor

CommentToken(
  1. TokenType type,
  2. String value,
  3. int offset
)

Initialize a newly created token to represent a token of the given type with the given value at the given offset.

Implementation

CommentToken(super.type, super.value, super.offset);