public function __construct($value, Token $token) { parent::__construct($token); $this->value = $value; }
public function __construct($ident, Token $token) { parent::__construct($token); $this->ident = $ident; }