Entity

Undocumented in source.

Constructors

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

Members

Functions

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.
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.
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.
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.
visit
void visit(void delegate(T) 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.
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.
qualifiedName
string qualifiedName [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

docGroup
DocGroup docGroup;
Undocumented in source.
name
string name;
Undocumented in source.
parent
Entity parent;
Undocumented in source.

Meta