PhpParser\Parser\Php7::reduceRule444 PHP Method

reduceRule444() protected method

protected reduceRule444 ( )
    protected function reduceRule444() {
         $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