ParseTimeTransitiveVisitor

Visitor that implements the AST traversal logic. The nodes just accept their children.

extern (C++)
class ParseTimeTransitiveVisitor : PermissiveVisitor!AST(
AST
) {}
Suggestion Box / Bug Report