StrictVisitor

The StrictVisitor asserts 0 an all visiting functions in order to make sure that all the nodes are visited.

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