ErrorToken constructor

ErrorToken(
  1. int offset
)

Implementation

ErrorToken(int offset) : super(type: TokenType.BAD_INPUT, offset: offset);