Ignore:
Timestamp:
May 5, 2008, 2:48:41 PM (16 years ago)
Author:
dai_9181
Message:

・ProcedureGeneratorクラスを追加。
・「InitStaticMember、Compile_System_InitializeUserTypes、Compile_System_InitializeUserTypesForBaseType」これらのメソッドをProcedureGeneratorクラスに移動。

Location:
trunk/ab5.0/abdev/BasicCompiler_Common/include
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/include/Class.h

    r564 r565  
    497497    CClass *Add( const NamespaceScopes &namespaceScopes, const NamespaceScopesCollection &importedNamespaces, const char *name,int nowLine);
    498498
    499     virtual void InitStaticMember();
    500 
    501     virtual void Compile_System_InitializeUserTypes();
    502     virtual void Compile_System_InitializeUserTypesForBaseType();
    503 
    504499    const CClass *Find( const NamespaceScopes &namespaceScopes, const std::string &name ) const;
    505500    const CClass *Find( const std::string &fullName ) const;
Note: See TracChangeset for help on using the changeset viewer.