Exakat\Analyzer\Classes\EmptyClass::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Class')->analyzerIsNot('Exceptions/DefinedExceptions')->hasOut('EXTENDS')->outIs('BLOCK')->is('count', 1)->outIs('ELEMENT')->atomIs('Void')->back('first');
        $this->prepareQuery();
        $this->atomIs('Class')->hasNoOut('EXTENDS')->outIs('BLOCK')->is('count', 1)->outIs('ELEMENT')->atomIs('Void')->back('first');
        $this->prepareQuery();
    }