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

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->atomIs('String')->hasNoOut('CONCAT')->regexIs('noDelimiter', '\\\\\\\\u\\\\{[a-fA-F0-9]+\\\\}')->back('first');
        $this->prepareQuery();
    }
UnicodeEscapeSyntax