previous method

Token previous()

Implementation

Token previous() {
  return tokens[current - 1];
}