- 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.
- 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.