sdc v0.0.5 (2022-05-23T13:04:49Z)
Dub
Repo
Statement
d
ast
statement
Undocumented in source.
class
Statement :
Node
{
this
(Location location);
string
toString
(Context );
}
Constructors
this
this
(Location location)
Undocumented in source.
Members
Functions
toString
string
toString
(Context )
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Node
location
Location
location
;
Undocumented in source.
getFullLocation
auto
getFullLocation
(Context c)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
d
ast
statement
classes
AssertStatement
BlockStatement
BreakStatement
CaseStatement
ContinueStatement
DeclarationStatement
DoWhileStatement
ExpressionStatement
ForStatement
ForeachRangeStatement
ForeachStatement
GotoStatement
IdentifierStarNameStatement
IfStatement
LabeledStatement
ReturnStatement
ScopeStatement
Statement
SwitchStatement
SynchronizedStatement
ThrowStatement
TryStatement
WhileStatement
enums
ScopeKind
structs
CatchBlock