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

reduceRule340() 보호된 메소드

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