AbstractAbstractallowedAbstractallowedAbstractformatFormats a given function (either an operator or a comparator) into a string.
The function to format.
Formatted string representation of the function.
AbstractmergeMerges two filters into one, using a specified merge type.
The default filter.
The generated filter.
OptionalmergeType: "replace" | "and" | "or"The type of merge to perform. Can be 'and', 'or', or 'replace'.
OptionalforceDefaultFilter: booleanIf true, the default filter will be used even if the generated filter is not empty.
The merged filter, or undefined if both filters are empty.
AbstractvisitAbstractvisitAbstractvisit
Abstract class that provides a blueprint for creating specific translator classes. Defines two abstract methods: formatFunction and mergeFilters.