Class FilteringDependencyVisitor

  • All Implemented Interfaces:
    DependencyVisitor

    public final class FilteringDependencyVisitor
    extends Object
    implements DependencyVisitor
    A dependency visitor that delegates to another visitor if nodes match a filter. Note that in case of a mismatching node, the children of that node are still visisted and presented to the filter.