Package io.higson.runtime.model.value
Class IdentityScanner
java.lang.Object
io.higson.runtime.model.value.IdentityScanner
- All Implemented Interfaces:
PropertyVisitor
Scanner for tracking properties in the identity set.
- Author:
- przemek hertel
-
Method Summary
Modifier and TypeMethodDescriptionvoidvisit(Property p, ElementType type) Method to visit whole subtree starting from given property.
-
Method Details
-
visit
Description copied from interface:PropertyVisitorMethod to visit whole subtree starting from given property. If property path is needed, useProperty.getCanonicalPath()- Specified by:
visitin interfacePropertyVisitor- Parameters:
p- current visited propertytype- property type
-