PhpParser\Parser\Php7::reduceRule116 PHP 메소드

reduceRule116() 보호된 메소드

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