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

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Ifthen')->hasNoIn('ELSE')->outIs('ELSE')->tokenIsNot('T_ELSEIF')->is('count', 1)->outIs('ELEMENT')->tokenIsNot('T_IF')->back('first');
        $this->prepareQuery();
    }
ElseUsage