source: dev/trunk/jenga/src/smoothie/Smoothie.cpp@ 180

Last change on this file since 180 was 180, checked in by dai_9181, 17 years ago

Meta::GetClassesメソッドを追加

File size: 365 bytes
Line 
1#include <jenga/include/smoothie/Smoothie.h>
2
3BasicSource Smoothie::Lexical::source;
4NamespaceScopes Smoothie::Lexical::liveingNamespaceScopes;
5
6NamespaceScopesCollection Smoothie::Temp::importedNamespaces;
7const CClass *Smoothie::Temp::pCompilingClass = NULL;
8CLexicalScopes *Smoothie::Temp::pLexicalScopes = NULL;
9
10bool Smoothie::isFullCompile = false;
Note: See TracBrowser for help on using the repository browser.