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

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Break')->outIs('LEVEL')->atomIs('Integer')->codeIs(0)->back('first');
        $this->prepareQuery();
    }
Break0