Ignore:
Timestamp:
Apr 28, 2008, 7:04:16 PM (16 years ago)
Author:
dai_9181
Message:

Symbol::RegistNamespaceSupporterメソッドを追加。

File:
1 edited

Legend:

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

    r402 r504  
    1111class Symbol
    1212{
     13    static const NamespaceSupporter *namespaceSupporter;
     14
    1315    NamespaceScopes namespaceScopes;
    1416    string name;
     
    5961    }
    6062
     63    static void RegistNamespaceSupporter( const NamespaceSupporter *namespaceSupporter )
     64    {
     65        Symbol::namespaceSupporter = namespaceSupporter;
     66    }
     67
    6168    virtual const NamespaceScopes &GetNamespaceScopes() const
    6269    {
Note: See TracChangeset for help on using the changeset viewer.