dmdscript v2.1.0 (2021-12-16T21:42:33Z)
Dub
Repo
VarDeclaration
dmdscript
statement
VarDeclaration *****************************
class
VarDeclaration {
Loc
loc
;
Identifier
*
name
;
Expression
init
;
this
(Loc loc, Identifier* name, Expression init);
}
Constructors
this
this
(Loc loc, Identifier* name, Expression init)
Undocumented in source.
Members
Variables
init
Expression
init
;
Undocumented in source.
loc
Loc
loc
;
Undocumented in source.
name
Identifier
*
name
;
Undocumented in source.
Meta
Source
See Implementation
dmdscript
statement
classes
BlockStatement
BreakStatement
CaseStatement
ContinueStatement
DefaultStatement
DoStatement
EmptyStatement
ExpStatement
ForInStatement
ForStatement
GotoStatement
IfStatement
ImpliedReturnStatement
LabelStatement
ReturnStatement
ScopeStatement
Statement
SwitchStatement
ThrowStatement
TopStatement
TryStatement
VarDeclaration
VarStatement
WhileStatement
WithStatement
enums
TOPSTATEMENT
VarDeclaration *****************************