dstep v1.0.3 (2021-07-31T06:50:08Z)
Home
Dub
Repo
SourceNode
dstep
translator
Output
Undocumented in source.
struct
SourceNode {
alias
Child
=
Algebraic
!(
SourceNode
*,
SourceLeaf
)
;
string
prefix
;
string
suffix
;
string
separator
;
Child
[]
children
;
SourceRange
extent
;
}
Members
Aliases
Child
alias
Child
=
Algebraic
!(
SourceNode
*,
SourceLeaf
)
Undocumented in source.
Variables
children
Child
[]
children
;
Undocumented in source.
extent
SourceRange
extent
;
Undocumented in source.
prefix
string
prefix
;
Undocumented in source.
separator
string
separator
;
Undocumented in source.
suffix
string
suffix
;
Undocumented in source.
Meta
Source
See Implementation
dstep
translator
Output
classes
ClassData
ClassExtensionData
InterfaceData
Output
StructData
functions
adaptiveSourceNode
flatten
makeSourceLeaf
makeSourceNode
makeString
prefixWith
suffixWith
wrapWith
structs
SourceLeaf
SourceNode