sdc v0.0.5 (2022-05-23T13:04:49Z)
Dub
Repo
AssertStatement
d
ast
statement
assert
final
class
AssertStatement :
Statement
{
AstExpression
condition
;
AstExpression
message
;
this
(Location location, AstExpression condition, AstExpression message);
string
toString
(Context c);
}
Constructors
this
this
(Location location, AstExpression condition, AstExpression message)
Undocumented in source.
Members
Functions
toString
string
toString
(Context c)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
condition
AstExpression
condition
;
Undocumented in source.
message
AstExpression
message
;
Undocumented in source.
Inherited Members
From Statement
toString
string
toString
(Context )
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
assert