Exakat\Analyzer\Php\ClassConstWithArray::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Const')->hasClassInterface()->outIs('CONST')->_as('results')->outIs('VALUE')->tokenIs(array('T_OPEN_BRACKET', 'T_ARRAY'))->back('results');
        $this->prepareQuery();
    }
ClassConstWithArray