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

reduceRule310() 보호된 메소드

protected reduceRule310 ( )
    protected function reduceRule310() {
         $this->semValue = new Expr\PostDec($this->semStack[$this->stackPos-(2-1)], $this->startAttributeStack[$this->stackPos-(2-1)] + $this->endAttributes);
    }
Php5