Abstract class that provides a blueprint for creating specific translator classes. Defines two abstract methods: formatFunction and mergeFilters.
class BaseTranslatorVisitor<T>Formats a given function (either an operator or a comparator) into a string.
Merges two filters into one, using a specified merge type.