ScopeSymbol

ScopeSymbol ***************************

Constructors

this
this()
Undocumented in source.
this
this(Identifier* id)
Undocumented in source.

Members

Functions

search
Symbol search(Identifier* ident)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

members
Symbol[] members;
Undocumented in source.
symtab
SymbolTable* symtab;
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