Exakat\Analyzer\Type\OneVariableStrings::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('String')->is('count', 1)->outIs('CONCAT')->atomIs(array('Variable', 'Array', 'Property'));
        $this->prepareQuery();
    }
OneVariableStrings