PhpParser\Parser\Php5::reduceRule464 PHP Method

reduceRule464() protected method

protected reduceRule464 ( )
    protected function reduceRule464() {
         $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