LabelStatement

LabelStatement **************************

Constructors

this
this(Loc loc, Identifier* ident, Statement statement)
Undocumented in source.

Members

Functions

ImpliedReturn
TopStatement ImpliedReturn()
Undocumented in source. Be warned that the author may not have intended to support it.
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.
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

breakIP
uint breakIP;
Undocumented in source.
gotoIP
uint gotoIP;
Undocumented in source.
ident
Identifier* ident;
Undocumented in source.
scopeContext
ScopeStatement scopeContext;
Undocumented in source.
statement
Statement statement;
Undocumented in source.
whichScope
Scope whichScope;
Undocumented in source.

Inherited Members

From Statement

label
LabelSymbol* label;
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.
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.
getTarget
uint getTarget()
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.

Meta