Zen
A cross-platform functional programming language
|
Class maintains a stack item of scopes. More...
Public Member Functions | |
StackItem (const Ast::Scope::Type &type) | |
Default constructor. | |
Public Attributes | |
Ast::Scope::Type | _type |
The scope type. | |
Ast::VariableDefMap | _map |
variable definition map for thsi scope |
Class maintains a stack item of scopes.
StackItem | ( | const Ast::Scope::Type & | type | ) | [inline] |
Default constructor.
type | The scope type |