Exakat\Analyzer\Namespaces\GlobalImport::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Use')->outIs('USE')->analyzerIs('Classes/IsExtClass');
        $this->prepareQuery();
    }