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

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomFunctionIs('\\list')->outIs('ARGUMENTS')->outIs('ARGUMENT')->analyzerIs('Variables/VariableUsedOnceByContext');
        $this->prepareQuery();
    }