dmd.apply

A depth-first visitor for expressions.

Members

Functions

apply
int apply(Dsymbol symbol, FP fp, Params params)

Iterate this dsymbol or members of this scoped dsymbol, then call fp with the found symbol and params.

walkPostorder
bool walkPostorder(Expression e, StoppableVisitor v)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta