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

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Break')->outIs('LEVEL')->atomIsnot(array('Integer', 'Void'))->codeIsPositiveInteger();
    }
BreakNonInteger