Exakat\Analyzer\Exceptions\Unthrown::analyze PHP Метод

analyze() публичный Метод

public analyze ( )
    public function analyze()
    {
        $thrown = $this->query('g.V().hasLabel("Throw").out("THROW").out("NEW").values("fullnspath").unique()');
        $this->atomIs('Class')->analyzerIs('Exceptions/DefinedExceptions')->fullnspathIsNot($thrown);
        $this->prepareQuery();
    }