- visit
void visit(const(StructDeclaration) sd)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(const(InterfaceDeclaration) id)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(const(UnionDeclaration) ud)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(const(ClassDeclaration) cd)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(const(MixinTemplateDeclaration) mtd)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(const(TemplateDeclaration) mtd)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(const(AttributeDeclaration) decl)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(const(Declaration) d)
Undocumented in source. Be warned that the author may not have intended to support it.
Checks for useless usage of the final attribute.
There are several cases where the compiler allows them even if it's a noop.