dextool ~master (2018-04-15T20:31:52Z)
Dub
Repo
Stmt
dsrcgen
sh
A sh statement.
Affected by attribute end. stmt ~ end <recursive>
@
safe
class
Stmt : T(
T
) {
this
(
string
headline
)
;
string
renderIndent
(
int
parent_level
,
int
level
)
;
}
Constructors
this
this
(
string
headline
)
Members
Functions
renderIndent
string
renderIndent
(
int
parent_level
,
int
level
)
Meta
Source
See Implementation
dsrcgen
sh
classes
Comment
ShModule
Stmt
Suite
structs
ShScriptModule
A sh statement.
Affected by attribute end. stmt ~ end <recursive>