PhpParser\Parser\Php5::reduceRule462 PHP Method

reduceRule462() protected method

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