Exakat\Analyzer\Structures\PrintWithoutParenthesis::analyze PHP Метод

analyze() публичный Метод

public analyze ( )
    public function analyze()
    {
        $this->atomIs('Functioncall')->tokenIs('T_PRINT')->outIs('ARGUMENTS')->outIs('ARGUMENT')->atomIs('Parenthesis')->back('first');
        $this->prepareQuery();
    }
PrintWithoutParenthesis