WithStatement

WithStatement **************************

Constructors

this
this(Loc loc, Expression exp, Statement bdy)
Undocumented in source.

Members

Functions

ImpliedReturn
TopStatement ImpliedReturn()
Undocumented in source. Be warned that the author may not have intended to support it.
semantic
Statement semantic(Scope* sc)
Undocumented in source. Be warned that the author may not have intended to support it.
toIR
void toIR(IRstate* irs)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

bdy
Statement bdy;
Undocumented in source.
exp
Expression exp;
Undocumented in source.

Inherited Members

From ScopeStatement

enclosingScope
ScopeStatement enclosingScope;
Undocumented in source.
depth
int depth;
Undocumented in source.
npops
int npops;
Undocumented in source.

Meta