classfinder

The class finder parses D files and lists any classes defined inside.

It does not attempt to limit the search to Godot-related classes or expand mixins; a completely accurate class list would require its own compiler or a compiler plugin system for D to list the classes as they're compiled.

Members

Functions

endLocation
size_t endLocation(BaseNode node)
Undocumented in source. Be warned that the author may not have intended to support it.
parse
FileInfo parse(string path)
startLocation
size_t startLocation(BaseNode node)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

ScopeRange
struct ScopeRange

A named scope such as a class or struct and its location in the file

Meta