FileInfo

Information about what classes were found in a D source file.

Members

Functions

toCsv
string toCsv()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromCsv
FileInfo fromCsv(string csv)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

classes
string[] classes;

all classes in the file

hasEntryPoint
bool hasEntryPoint;

the GodotNativeLibrary mixin is in this file

hash
string hash;

hash of the file, to avoid re-parsing files that haven't changed

mainClass
string mainClass;

the class with the same name as the module, if it exists

moduleName
string moduleName;
Undocumented in source.
name
string name;

filename relative to the source directory

Meta