Exakat\Analyzer\Structures\SwitchWithoutDefault::analyze PHP Метод

analyze() публичный Метод

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Switch')->outIs('CASES')->noAtomInside('Default')->back('first');
        $this->prepareQuery();
    }
SwitchWithoutDefault