ModuleDecl
hscript.ModuleDecl (Enum)
Constructors
DPackage
DPackage(path: Array<String>)
Parameters:
Name | Type |
---|---|
path |
Array<String> |
DImport
DImport(path: Array<String>, ?everything: Bool)
Parameters:
Name | Type |
---|---|
path |
Array<String> |
?everything |
Bool |
DClass
DClass(c: hscript.ClassDecl)
Parameters:
Name | Type |
---|---|
c |
hscript.ClassDecl |
DTypedef
DTypedef(c: hscript.TypeDecl)
Parameters:
Name | Type |
---|---|
c |
hscript.TypeDecl |