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

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Const')->outIs('CONST')->_as('results')->outIs('NAME')->savePropertyAs('code', 'constante')->goToClass()->goToAllParents()->outIs('BLOCK')->outIs('ELEMENT')->atomIs('Const')->outIs('CONST')->outIs('NAME')->samePropertyAs('code', 'constante')->back('results');
        $this->prepareQuery();
    }
OverwrittenConst