FunctionVisitor

Undocumented in source.

Constructors

this
this(string[] sourceLines)
Undocumented in source.

Members

Aliases

visit
alias visit = ASTVisitor.visit
Undocumented in source.

Functions

visit
void visit(FunctionDeclaration decl)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

functions
string[string] functions;

Mapping of function names to their bodies.

indentLevel
int indentLevel;
Undocumented in source.
sourceLines
string[] sourceLines;

Source code divided by lines.

Meta