Interface CqnTransformationVisitor


@Beta public interface CqnTransformationVisitor
A CqnToken tree visitor conform to the visitor design pattern. Classes implementing this interface operate on a tree of CqnTransformation

When a visitor is passed as an argument to a transformation's accept method, the transformation's accept method of the children is NOT called. If the deep-first behavior is required it must be implemented manually.