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