RelativeMeasurer

Undocumented in source.

Alias This

default_visitor

Members

Aliases

TreePathVisitor
alias TreePathVisitor = TreePathVisitorImpl!(typeof(this))
Undocumented in source.

Functions

afterChildren
void afterChildren(const(Data) data, Model model)
Undocumented in source. Be warned that the author may not have intended to support it.
beforeChildren
void beforeChildren(const(Data) data, Model model)
Undocumented in source. Be warned that the author may not have intended to support it.
enterNode
void enterNode(const(Data) data, Model model)
Undocumented in source. Be warned that the author may not have intended to support it.
enterTree
void enterTree(const(Data) data, Model model)
Undocumented in source. Be warned that the author may not have intended to support it.
leaveNode
void leaveNode(const(Data) data, Model model)
Undocumented in source. Be warned that the author may not have intended to support it.
processLeaf
void processLeaf(const(Data) data, Model model)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

default_visitor
TreePathVisitor default_visitor;
Undocumented in source.
output
TreePosition[] output;
Undocumented in source.

Meta