Exakat\Analyzer\Php\Haltcompiler::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Halt');
        $this->prepareQuery();
    }
Haltcompiler