Exakat\Analyzer\Structures\Noscream::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Noscream')->outIs('AT')->atomIs('Functioncall')->codeIsNot('fopen')->back('first');
        $this->prepareQuery();
        $this->atomIs('Noscream')->outIs('AT')->atomIsNot('Functioncall')->back('first');
        $this->prepareQuery();
    }
Noscream