Display the given parse tree segment on the given output stream.
Generate a dot file for the given parse tree segment.
An Encoding represents a mangled (type) name. Here is a quick reference of the grammar:
Special function names:
The Visitor class is used to dynamically resolve type information about a given Node. The default implementation does nothing, so you only need to implement the methods you actually need. Any types for which no corresponding 'visit' methods exist will be caught by the 'visit' of the closest parent.
Display the given parse tree segment on the given output stream. If 'encoded' is set to 'true', print encoded names / types on appropriate nodes. If 'typeinfo' is set to 'true', print the class names of the nodes.
Generate a dot file for the given parse tree segment.