PhpParser\Parser\Php5::reduceRule338 PHP Method

reduceRule338() protected method

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