Pushes a token.
$this
public function push(Token $token) : static { $this->tokens[] = $token; return $this; }