Module if

Module if 

Source

Structs§

If
Represents an if statement.
IfColonDelimitedBody
Represents a colon-delimited body of an if statement.
IfColonDelimitedBodyElseClause
Represents an else clause in a colon-delimited body of an if statement.
IfColonDelimitedBodyElseIfClause
Represents an elseif clause in a colon-delimited body of an if statement.
IfStatementBody
Represents the body of an if statement when it is a statement body.
IfStatementBodyElseClause
Represents an else clause in a statement body of an if statement.
IfStatementBodyElseIfClause
Represents an elseif clause in a statement body of an if statement.

Enums§

IfBody
Represents the body of an if statement.