Changeset 134 in dev for BasicCompiler_Common/Class.h


Ignore:
Timestamp:
Jun 4, 2007, 6:43:24 PM (17 years ago)
Author:
dai_9181
Message:

Prototype::IsEqualSymbolメソッドを実装。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/Class.h

    r133 r134  
    162162    }
    163163
    164     // シンボル比較
    165     bool IsEqualSymbol( const NamespaceScopes &namespaceScopes, const string &name ) const;
    166     bool IsEqualSymbol( const CClass &objClass ) const;
    167     bool IsEqualSymbol( const string &name ) const;
    168 
    169164    bool IsClass() const;
    170165    bool IsInterface() const;
Note: See TracChangeset for help on using the changeset viewer.