Scope

Undocumented in source.

Members

Functions

ctor
void ctor(Scope* enclosing)
Undocumented in source. Be warned that the author may not have intended to support it.
ctor
void ctor(Program program, FunctionDefinition fd)
Undocumented in source. Be warned that the author may not have intended to support it.
ctor
void ctor(FunctionDefinition fd)
Undocumented in source. Be warned that the author may not have intended to support it.
dtor
void dtor()
Undocumented in source. Be warned that the author may not have intended to support it.
getSource
d_string getSource()
Undocumented in source. Be warned that the author may not have intended to support it.
insert
Symbol insert(Symbol s)
Undocumented in source. Be warned that the author may not have intended to support it.
insertLabel
LabelSymbol insertLabel(LabelSymbol ls)
Undocumented in source. Be warned that the author may not have intended to support it.
pop
void pop()
Undocumented in source. Be warned that the author may not have intended to support it.
push
Scope* push()
Undocumented in source. Be warned that the author may not have intended to support it.
push
Scope* push(FunctionDefinition fd)
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.
searchLabel
LabelSymbol searchLabel(Identifier* ident)
Undocumented in source. Be warned that the author may not have intended to support it.
zero
void zero()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

breakTarget
Statement breakTarget;
Undocumented in source.
continueTarget
Statement continueTarget;
Undocumented in source.
enclosing
Scope* enclosing;
Undocumented in source.
errinfo
ErrInfo errinfo;
Undocumented in source.
funcdef
FunctionDefinition funcdef;
Undocumented in source.
nestDepth
uint nestDepth;
Undocumented in source.
plabtab
SymbolTable** plabtab;
Undocumented in source.
program
Program program;
Undocumented in source.
scopeContext
ScopeStatement scopeContext;
Undocumented in source.
scopesym
ScopeSymbol* scopesym;
Undocumented in source.
src
d_string src;
Undocumented in source.
switchTarget
SwitchStatement switchTarget;
Undocumented in source.

Meta