Root interface for AST visitors. Language modules publish a subinterface with one separate visit method for each type of node in the language, eg JavaVisitor.
Usually you never want to call visit
methods manually, instead calling Node::acceptVisitor
, which then dispatches to the most specific method of the visitor instance.
Use Void
as a type parameter if you don't want a parameter type or a return type.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4