Zen
A cross-platform functional programming language

RefCollector::StackItem Struct Reference

Class maintains a stack item of scopes. More...

List of all members.

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

Detailed Description

Class maintains a stack item of scopes.


Constructor & Destructor Documentation

StackItem ( const Ast::Scope::Type type) [inline]

Default constructor.

Parameters:
typeThe scope type

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines