DsymbolTable

Table of Dsymbol's

Members

Functions

insert
Dsymbol insert(Dsymbol s)

Insert Dsymbol in table.

insert
Dsymbol insert(Identifier ident, Dsymbol s)

Insert Dsymbol in table.

length
size_t length()
lookup
Dsymbol lookup(Identifier ident)

Look up Identifier in symbol table

update
void update(Dsymbol s)

Replace existing symbol in symbol table with s. If it's not there, add it.

Inherited Members

From RootObject

toString
const(char)[] toString()

Meta