PhpParser\Parser\Php7::reduceRule250 PHP Method

reduceRule250() protected method

protected reduceRule250 ( )
    protected function reduceRule250() {
         $this->semValue = new Stmt\ClassConst($this->semStack[$this->stackPos-(4-3)], $this->semStack[$this->stackPos-(4-1)], $this->startAttributeStack[$this->stackPos-(4-1)] + $this->endAttributes); $this->checkClassConst($this->semValue, $this->stackPos-(4-1));
    }
Php7