accept

fun accept(visitor: FilterVisitor)(source)

Accepts a visitor to perform operations on the root condition of the Filter.

Parameters

visitor

The visitor that will perform operations on the root condition.