PhpParser\Parser\Php5::reduceRule400 PHP 메소드

reduceRule400() 보호된 메소드

protected reduceRule400 ( )
    protected function reduceRule400() {
         $this->semValue = new Name\FullyQualified($this->semStack[$this->stackPos-(2-2)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
    }
Php5