Pinq\Analysis\BinaryOperations\BinaryOperation::getRightOperandType PHP Метод

getRightOperandType() публичный Метод

public getRightOperandType ( )
    public function getRightOperandType()
    {
        return $this->typeSystem->getType($this->rightOperandType);
    }