PhpParser\Parser\Php7::reduceRule334 PHP Method

reduceRule334() protected method

protected reduceRule334 ( )
    protected function reduceRule334() {
         $this->semValue = new Expr\BinaryOp\NotEqual($this->semStack[$this->stackPos-(3-1)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
    }
Php7