Statement

Statement **************************

Constructors

this
this(Loc loc)
Undocumented in source.

Members

Functions

getBreak
uint getBreak()
Undocumented in source. Be warned that the author may not have intended to support it.
getContinue
uint getContinue()
Undocumented in source. Be warned that the author may not have intended to support it.
getGoto
uint getGoto()
Undocumented in source. Be warned that the author may not have intended to support it.
getScope
ScopeStatement getScope()
Undocumented in source. Be warned that the author may not have intended to support it.
getTarget
uint getTarget()
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.
toBuffer
void toBuffer(tchar[] buf)
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

label
LabelSymbol* label;
Undocumented in source.

Inherited Members

From TopStatement

TOPSTATEMENT_SIGNATURE
enum uint TOPSTATEMENT_SIGNATURE;
Undocumented in source.
signature
uint signature;
Undocumented in source.
loc
Loc loc;
Undocumented in source.
done
int done;
Undocumented in source.
st
int st;
Undocumented in source.
toBuffer
void toBuffer(tchar[] buf)
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.
error
void error(Scope* sc, int msgnum, ARGS args)
Undocumented in source. Be warned that the author may not have intended to support it.
error
void error(Scope* sc, string fmt, ARGS args)
Undocumented in source. Be warned that the author may not have intended to support it.
ImpliedReturn
TopStatement ImpliedReturn()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta