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

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Sequence')->outIs('ELEMENT')->atomIsNot(array('Ifthen', 'Function', 'Class', 'Postplusplus', 'Preplusplus'))->savePropertyAs('fullcode', 'code')->_as('result')->nextSibling()->samePropertyAs('fullcode', 'code', true)->back('result');
        $this->prepareQuery();
    }
DoubleInstruction