Interface Constraint.Visitor<T>

All Known Implementing Classes:
ConstraintPrinter, ParameterValidator
Enclosing interface:
Constraint

public static interface Constraint.Visitor<T>
A visitor which allows you to process the potentially complex AST of conditions to produce various things (a widget for example, or a simple validation).