FilterValidationVisitor

This visitor validates that the filter does not contain any conditions that are not allowed.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun visit(condition: Filter.Condition)
Link copied to clipboard

Default implementation visits all conditions in the group.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun visitNotCondition(condition: Filter.Condition.NotCondition)
Link copied to clipboard
Link copied to clipboard