PhpParser\Parser\Php7::reduceRule331 PHP Method

reduceRule331() protected method

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