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

reduceRule242() 보호된 메소드

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