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

reduceRule333() 보호된 메소드

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