DsymbolTable

Table of Dsymbol's

Members

Functions

insert
Dsymbol insert(Dsymbol s)
Undocumented in source. Be warned that the author may not have intended to support it.
insert
Dsymbol insert(Identifier ident, Dsymbol s)
Undocumented in source. Be warned that the author may not have intended to support it.
len
uint len()
lookup
Dsymbol lookup(Identifier ident)
Undocumented in source. Be warned that the author may not have intended to support it.
update
Dsymbol update(Dsymbol s)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

tab
AA* tab;
Undocumented in source.

Inherited Members

From RootObject

equals
bool equals(RootObject o)
Undocumented in source. Be warned that the author may not have intended to support it.
compare
int compare(RootObject )
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print()
Undocumented in source. Be warned that the author may not have intended to support it.
toChars
const(char)* toChars()
Undocumented in source. Be warned that the author may not have intended to support it.
toBuffer
void toBuffer(OutBuffer* buf)
Undocumented in source. Be warned that the author may not have intended to support it.
dyncast
int dyncast()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta