Exakat\Analyzer\Analyzer::tokenIsNot PHP Method

tokenIsNot() public method

public tokenIsNot ( $atom )
    public function tokenIsNot($atom)
    {
        $this->addMethod('not(has("token", within(***)))', $atom);
        return $this;
    }
Analyzer