IfStatement

Members

Functions

accept
void accept(ASTVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
expression
deprecated inout(Expression) expression()
Undocumented in source. Be warned that the author may not have intended to support it.
identifier
deprecated inout(Token) identifier()
Undocumented in source. Be warned that the author may not have intended to support it.
type
deprecated inout(Type) type()
Undocumented in source. Be warned that the author may not have intended to support it.
typeCtors
deprecated inout(IdType[]) typeCtors()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin OpEquals
Undocumented in source.

Variables

column
size_t column;
condition
IfCondition condition;
elseStatement
DeclarationOrStatement elseStatement;
line
size_t line;
startIndex
size_t startIndex;
thenStatement
DeclarationOrStatement thenStatement;

Mixed In Members

From mixin OpEquals

opEquals
bool opEquals(Object other)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From BaseNode

tokens
const(Token)[] tokens;

List of tokens consumed by this AST node

accept
void accept(ASTVisitor visitor)
Undocumented in source.

Meta