Last change
on this file since 621 was 603, checked in by dai_9181, 17 years ago |
ObjectModuleに関連するクラス一式をab_commonプロジェクトに移動した。
|
File size:
806 bytes
|
Line | |
---|
1 | #pragma once
|
---|
2 |
|
---|
3 | #define trace_for_serialize( msg )
|
---|
4 |
|
---|
5 | #include "BasicFixed.h"
|
---|
6 | #include "Environment.h"
|
---|
7 | #include "Lexical/Namespace.h"
|
---|
8 | #include "Lexical/NamespaceSupporter.h"
|
---|
9 | #include "Lexical/Symbol.h"
|
---|
10 | #include "Lexical/Prototype.h"
|
---|
11 | #include "Lexical/TypeMisc.h"
|
---|
12 |
|
---|
13 | using namespace ActiveBasic::Common::Lexical;
|
---|
14 |
|
---|
15 | #include "Lexical/NativeCode.h"
|
---|
16 | #include "Lexical/Source.h"
|
---|
17 | #include "Lexical/Type.h"
|
---|
18 | #include "Lexical/Method.h"
|
---|
19 | #include "Lexical/Interface.h"
|
---|
20 | #include "Lexical/Member.h"
|
---|
21 | #include "Lexical/Class.h"
|
---|
22 | #include "Lexical/Parameter.h"
|
---|
23 | #include "Lexical/Variable.h"
|
---|
24 | #include "Lexical/Procedure.h"
|
---|
25 | #include "Lexical/TypeDef.h"
|
---|
26 | #include "Lexical/Const.h"
|
---|
27 | #include "Lexical/Delegate.h"
|
---|
28 | #include "Lexical/Meta.h"
|
---|
29 | #include "Lexical/DataTable.h"
|
---|
30 | #include "Lexical/ObjectModule.h"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.