Exakat\Analyzer\Analyzer::goToInstruction PHP Метод

goToInstruction() защищенный Метод

protected goToInstruction ( $atom = 'Namespace' )
    protected function goToInstruction($atom = 'Namespace')
    {
        $this->addMethod('repeat( __.in(' . $this->linksDown . ')).until(hasLabel(' . $this->SorA($atom) . ', "File") )');
        return $this;
    }
Analyzer