public class IdentityScanner extends Object implements PropertyVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(Property p,
ElementType type)
method to visit whole subtree starting from given property.
|
void |
visit(Property p,
String path,
ElementType type)
deprecated method to visit whole subtree starting from given property.
|
public void visit(Property p, String path, ElementType type)
PropertyVisitorPropertyVisitor.visit(Property, ElementType)visit in interface PropertyVisitorp - current visited propertypath - current property's pathtype - property typepublic void visit(Property p, ElementType type)
PropertyVisitorProperty.getCanonicalPath()visit in interface PropertyVisitorp - current visited propertytype - property typeCopyright © 2021. All rights reserved.