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

reduceRule434() 보호된 메소드

protected reduceRule434 ( )
    protected function reduceRule434() {
         $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);
    }
Php5