- findChild
inout(T) findChild(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- findChildren
inout(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
inout(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
inout(T) lookup(string qualified_name, bool recurse)
Undocumented in source. Be warned that the author may not have intended to support it.
- lookupAll
inout(T)[] lookupAll(string qualified_name)
Undocumented in source. Be warned that the author may not have intended to support it.
- qualifiedPath
auto qualifiedPath()
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.
- visit
void visit(void delegate(T) del)
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.
- 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
auto qualifiedName [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.