PhpParser\Parser\Php5::reduceRule130 PHP Method

reduceRule130() protected method

protected reduceRule130 ( )
    protected function reduceRule130() {
         $this->semValue = new Stmt\While_($this->semStack[$this->stackPos-(3-2)], $this->semStack[$this->stackPos-(3-3)], $this->startAttributeStack[$this->stackPos-(3-1)] + $this->endAttributes);
    }
Php5