public function append(TokenStream $stream) { $this->tokens = array_merge($this->tokens, $stream->getTokens()); return $this; }