PhpParser\Parser\Php7::reduceRule445 PHP Method

reduceRule445() protected method

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