Uses of Interface
io.higson.runtime.helper.PropertyVisitor
Packages that use PropertyVisitor
-
Uses of PropertyVisitor in io.higson.runtime.helper
Methods in io.higson.runtime.helper with parameters of type PropertyVisitorModifier and TypeMethodDescriptionstatic voidBundleWalker.walk(Property root, PropertyVisitor visitor) -
Uses of PropertyVisitor in io.higson.runtime.model.value
Classes in io.higson.runtime.model.value that implement PropertyVisitorModifier and TypeClassDescriptionclassScanner for tracking properties in the identity set.Methods in io.higson.runtime.model.value with parameters of type PropertyVisitorModifier and TypeMethodDescriptionvoidHandle.traverse(PropertyVisitor visitor) This method walks on property subtree and invoke some action withPropertyVisitor.voidProperty.traverse(PropertyVisitor visitor) This method walks on property subtree and invoke some action withPropertyVisitor.voidBundle.walk(PropertyVisitor visitor) This method allows to walk on each property using providedvisitorand do some action.