PhpParser\Parser\Php7::reduceRule308 PHP 메소드

reduceRule308() 보호된 메소드

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