ModuleNode

Undocumented in source.

Constructors

this
this(Module module_, Node[] children)
Undocumented in source.

Members

Functions

toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

children
Node[] children;
Undocumented in source.
module_
Module module_;
Undocumented in source.

Inherited Members

From Node

toString
void toString(void delegate(const(char)[]) sink)
Undocumented in source.

Meta