Compiler implementation of the D programming language.
Classic Visitor class which implements visit methods for all the AST nodes present in the compiler. The visit methods for AST nodes created at parse time are inherited while the visiting methods for AST nodes created at semantic time are implemented.
The PermissiveVisitor overrides the root AST nodes with empty visiting methods.
The TransitiveVisitor implements the AST traversal logic for all AST nodes.
© 1999–2019 The D Language Foundation
Licensed under the Boost License 1.0.
https://dlang.org/phobos/dmd_visitor.html