addToken method

void addToken(
  1. TokenType type
)

Implementation

void addToken(TokenType type) {
  addToken1(type, null);
}