-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.11.0
-
Component/s: None
-
Labels:None
Create a shuttle for visiting linq4j expressions without mutating them. Rename the current Visitor class to Shuttle, create a new Visitor<R> interface, and a default implementation VisitorImpl<R>, and add a method <R> R Node.accept(Visitor<R> visitor).
Note that accept's return type is R: not necessarily a node, in fact often Void.