- Type Parameters:
T- type of object to be visitedR- type of value the visitor should return as the result of the visit/traversal
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Generic visitor interface for traversals.
-
Method Summary
-
Method Details
-
component
Called at each object in a visit.- Parameters:
object- Object being visitedvisit- Object used to control the visit/traversal
-