trial ~master (2021-03-31T18:29:59Z)
Home
Dub
Repo
DLangClass
trial
discovery
code
Undocumented in source.
version(Have_libdparse)
struct
DLangClass {
const
(
Token
)[]
tokens
;
string
name
();
DLangFunction
[]
functions
();
}
Members
Functions
functions
DLangFunction
[]
functions
()
Undocumented in source. Be warned that the author may not have intended to support it.
name
string
name
()
returns the class name
Variables
tokens
const
(
Token
)[]
tokens
;
Undocumented in source.
Meta
Source
See Implementation
trial
discovery
code
functions
camelToSentence
getModuleName
stringToDTokens
structs
DLangAttribute
DLangClass
DLangFunction
TokenIterator