Exakat\Analyzer\Analyzer::hasNoInstruction PHP Method

hasNoInstruction() protected method

protected hasNoInstruction ( $atom = 'Function' )
    protected function hasNoInstruction($atom = 'Function')
    {
        $this->addMethod('where( 
 __.repeat(__.in(' . $this->linksDown . ')).until(hasLabel("File")).emit().hasLabel(' . $this->SorA($atom) . ')
   .count().is(eq(0)))');
        return $this;
    }
Analyzer