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

analyze() public method

public analyze ( )
    public function analyze()
    {
        parent::analyze();
        $this->atomIs(array('Identifier', 'Nsname'))->hasNoIn('SUBNAME')->fullnspathIs('\\null');
        $this->prepareQuery();
    }