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

analyze() public method

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