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

reduceRule505() 보호된 메소드

protected reduceRule505 ( )
    protected function reduceRule505() {
         $this->semValue = new Expr\StaticPropertyFetch($this->semStack[$this->stackPos-(3-1)], substr($this->semStack[$this->stackPos-(3-3)], 1), $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
    }
Php5