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

reduceRule480() 보호된 메소드

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