FeatureCountVisitor

Walks the semantic time AST, parse time is apparently not enough (e.g. needs sema to have everything)

Constructors

this
this(HasCategory x)
Undocumented in source.

Members

Aliases

visit
alias visit = SemanticTimePermissiveVisitor.visit
Undocumented in source.

Functions

visit
void visit(Dsymbol sym)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(TemplateDeclaration decl)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Module mod)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(FuncDeclaration func)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

stats
HasCategory stats;
Undocumented in source.

Meta