vayne ~master (2019-12-12T10:41:50Z)
Dub
Repo
VisitNode
vayne
ast
visitor
Undocumented in source.
mixin template
VisitNode (
T
) {
void
visit
(T node);
}
Members
Functions
visit
void
visit
(T node)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
vayne
ast
visitor
classes
Visitor
interfaces
IVisitor
IVisitorNode
mixin templates
NodeInterface
VisitNode