IfStatement

if statements.

Constructors

this
this(Location location, AstExpression condition, Statement then, Statement elseStatement)
Undocumented in source.

Members

Variables

condition
AstExpression condition;
Undocumented in source.
elseStatement
Statement elseStatement;
Undocumented in source.
then
Statement then;
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