Exakat\Analyzer\Constants\VariableConstant::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Functioncall')->codeIs('constant')->outIs('ARGUMENTS')->outIs('ARGUMENT');
        $this->prepareQuery();
    }
VariableConstant