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

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

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