LabelSymbol

LabelSymbol *****************************

Constructors

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

Members

Variables

loc
Loc loc;
Undocumented in source.
statement
LabelStatement statement;
Undocumented in source.

Inherited Members

From Symbol

ident
Identifier* ident;
Undocumented in source.
opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
semantic
void semantic(Scope* sc)
Undocumented in source. Be warned that the author may not have intended to support it.
search
Symbol search(Identifier* ident)
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.

Meta