PhpParser\Parser\Php7::reduceRule399 PHP Method

reduceRule399() protected method

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