Hal\MutaTesting\Mutater\Factory\MutaterFactory::isMutable PHP Method

isMutable() public method

public isMutable ( $token )
    public function isMutable($token)
    {
        $name = $this->getClassnameForToken($token);
        return null !== $name && class_exists($name);
    }