The same as class Visitor, but the methods return void. This class is suitable when you don't want to transform the AST.
Calls the appropriate visit() method for a node.
Allows calling the visit() method with a null node.
Called by visit() methods that were not overridden.
See Implementation
The same as class Visitor, but the methods return void. This class is suitable when you don't want to transform the AST.