Interface OperationVisitor<T>
public interface OperationVisitor<T>
Interface visit operation elements
- Since:
- 2.0
- See Also:
-
Method Summary
-
Method Details
-
visit
Visits operation element- Parameters:
operation- operation element to be visited- Returns:
- Present value means "I've found a value let's finish visiting". If absent traversal through operation elements will be continued.
-