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

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Ppp')->outIs('PPP')->_as('ppp')->outIsIE('LEFT')->savePropertyAs('code', 'property')->goToClass()->goToAllParents()->outIs('BLOCK')->outIs('ELEMENT')->atomIs('Ppp')->outIs('PPP')->outIsIE('LEFT')->samePropertyAs('code', 'property')->back('ppp');
        $this->prepareQuery();
    }
RedefinedProperty