FunctionSymbol

FunctionSymbol *****************************

Constructors

this
this(Loc loc, Identifier* ident, Identifier*[] parameters, TopStatement[] topstatements)
Undocumented in source.

Members

Functions

semantic
void semantic(Scope* sc)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

code
IR* code;
Undocumented in source.
labtab
SymbolTable labtab;
Undocumented in source.
loc
Loc loc;
Undocumented in source.
nlocals
uint nlocals;
Undocumented in source.
parameters
Identifier*[] parameters;
Undocumented in source.
topstatements
TopStatement[] topstatements;
Undocumented in source.

Inherited Members

From ScopeSymbol

members
Symbol[] members;
Undocumented in source.
symtab
SymbolTable* symtab;
Undocumented in source.
search
Symbol search(Identifier* ident)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta