PhpParser\Parser\Php7::reduceRule400 PHP Method

reduceRule400() protected method

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