line, $this->pos ) = $token->getPosition(); } /** * Get the position of this Declaration in the input stream * @return array [ $line, $pos ] */ public function getPosition() { return [ $this->line, $this->pos ]; } }