dstep v1.0.3 (2021-07-31T06:50:08Z)
Home
Dub
Repo
translateFunction
dstep
translator
Translator
Undocumented in source. Be warned that the author may not have intended to support it.
SourceNode
translateFunction
(Context context, FunctionCursor func, string name, bool isStatic)
SourceNode
translateFunction
(SourceNode resultType, string name, Parameter[] parameters, bool variadic, string prefix, string spacer, bool multiline)
package
SourceNode
translateFunction
(
SourceNode
resultType
,
string
name
,
Parameter
[]
parameters
,
bool
variadic
,
string
prefix
= ""
,
string
spacer
= " "
,
bool
multiline
= false
)
Meta
Source
See Implementation
dstep
translator
Translator
classes
TranslationException
Translator
functions
handleInclude
isDKeyword
renameDKeyword
translateFunction
translateIdentifier
translateVariable
structs
Parameter