Interface QueryVisitor

All Known Implementing Classes:
QueryVisitorStub

@PublicApi public interface QueryVisitor
Used by QueryTraverser to visit the nodes of a Query.

How this happens in detail (pre vs post-order for example) is defined by QueryTraverser.