Ignore:
Timestamp:
May 6, 2007, 6:52:10 PM (17 years ago)
Author:
dai_9181
Message:

関数、クラスメソッドにImports機構を適用。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/Procedure.cpp

    r102 r108  
    377377    return pParentClass->GetNamespaceScopes();
    378378}
     379const NamespaceScopesCollection &UserProc::GetImportedNamespaces() const
     380{
     381    if( !pParentClass ){
     382        SetError();
     383    }
     384    return pParentClass->GetImportedNamespaces();
     385}
    379386bool UserProc::IsEqualSymbol( const NamespaceScopes &namespaceScopes, const string &name ) const
    380387{
     
    383390}
    384391
     392/*
    385393GlobalProc *GlobalProc::Create( const NamespaceScopes &namespaceScopes, char *buffer,int nowLine ){
    386394    int i2;
     
    509517
    510518    return true;
    511 }
     519}*/
    512520bool GlobalProc::IsEqualSymbol( const NamespaceScopes &namespaceScopes, const string &name ) const
    513521{
Note: See TracChangeset for help on using the changeset viewer.