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

reduceRule448() 보호된 메소드

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