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

reduceRule544() 보호된 메소드

protected reduceRule544 ( )
    protected function reduceRule544() {
         $this->semValue = new Expr\ArrayDimFetch(new Expr\Variable($this->semStack[$this->stackPos-(6-2)], $this->startAttributeStack[$this->stackPos-(6-1)] + $this->endAttributes), $this->semStack[$this->stackPos-(6-4)], $this->startAttributeStack[$this->stackPos-(6-1)] + $this->endAttributes);
    }
Php5