| Constructor and Description |
|---|
PathAwareTypedVisitor() |
| Modifier and Type | Method and Description |
|---|---|
P |
getParent(List<Object> path) |
Class<P> |
getParentType() |
Class<V> |
getType() |
<F> Boolean |
hasVisitMethodMatching(F target)
Checks if the specified visitor has a visit method compatible with the specified fluent.
|
void |
visit(List<Map.Entry<String,Object>> path,
V element) |
void |
visit(V element) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRequirement, addRequirement, canVisit, getRequirement, hasItem, orderpublic <F> Boolean hasVisitMethodMatching(F target)
hasVisitMethodMatching in interface Visitor<V>F - The type of the candidatetarget - The candidate to check if current visitor can visit.Copyright © 2023. All rights reserved.