public interface PropertyVisitor
| Modifier and Type | Method and Description |
|---|---|
default void |
visit(Property p,
ElementType type)
method to visit whole subtree starting from given property.
|
void |
visit(Property p,
String path,
ElementType type)
Deprecated.
|
@Deprecated void visit(Property p, String path, ElementType type)
visit(Property, ElementType)p - current visited propertypath - current property's pathtype - property typedefault void visit(Property p, ElementType type)
Property.getCanonicalPath()p - current visited propertytype - property typeCopyright © 2021. All rights reserved.