public interface PredicateVisitor<T>
Predicate.| 限定符和类型 | 方法和说明 |
|---|---|
T |
visit(CompoundPredicate predicate) |
T |
visit(LeafPredicate predicate) |
T visit(LeafPredicate predicate)
T visit(CompoundPredicate predicate)
Copyright © 2023 The Apache Software Foundation. All rights reserved.