DtorExpStatement

Constructors

this
this(Loc loc, Expression exp, VarDeclaration var)
Undocumented in source.

Members

Functions

accept
void accept(Visitor v)
Undocumented in source. Be warned that the author may not have intended to support it.
syntaxCopy
Statement syntaxCopy()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

var
VarDeclaration var;
Undocumented in source.

Inherited Members

From ExpStatement

exp
Expression exp;
Undocumented in source.
create
ExpStatement create(Loc loc, Expression exp)
Undocumented in source. Be warned that the author may not have intended to support it.
syntaxCopy
Statement syntaxCopy()
Undocumented in source. Be warned that the author may not have intended to support it.
scopeCode
Statement scopeCode(Scope* sc, Statement* sentry, Statement* sexception, Statement* sfinally)
Undocumented in source. Be warned that the author may not have intended to support it.
flatten
Statements* flatten(Scope* sc)
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void accept(Visitor v)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta