PhpParser\Parser\Php7::reduceRule298 PHP Method

reduceRule298() protected method

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