Package

Undocumented in source.

Constructors

this
this(Entity parent, string name)
Undocumented in source.

Members

Functions

createModule
Module createModule(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getOrAddPackage
Package getOrAddPackage(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
iterateChildren
void iterateChildren(bool delegate(Entity) del)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

kindCaption
string kindCaption [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

modules
Module[] modules;
Undocumented in source.
packages
Package[] packages;
Undocumented in source.

Inherited Members

From Entity

parent
Entity parent;
Undocumented in source.
name
string name;
Undocumented in source.
docGroup
DocGroup docGroup;
Undocumented in source.
qualifiedName
string qualifiedName [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
moduleName
string moduleName [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
module_
const(Module) module_ [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
module_
Module module_ [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
nestedName
string nestedName [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
kindCaption
string kindCaption [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isAncestorOf
bool isAncestorOf(Entity node)
Undocumented in source. Be warned that the author may not have intended to support it.
iterateChildren
void iterateChildren(bool delegate(Entity) del)
Undocumented in source.
findChild
T findChild(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
findChildren
T[] findChildren(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
lookup
T lookup(string qualified_name, bool recurse)
Undocumented in source. Be warned that the author may not have intended to support it.
lookupAll
T[] lookupAll(string qualified_name)
Undocumented in source. Be warned that the author may not have intended to support it.
lookdown
Entity lookdown(string qualified_name, bool stop_at_module_level)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(void delegate(T) del)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta