Ignore:
Timestamp:
May 7, 2008, 10:27:02 AM (16 years ago)
Author:
dai_9181
Message:

Procedureクラスインスタンスを対象としたLexicalAnalyzer::SetParamsAndReturnTypeメソッドを実装。

File:
1 edited

Legend:

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

    r572 r573  
    388388    const CMethod &GetMethod() const;
    389389
    390     bool SetParamsAndReturnType( const char *sourceOfParams, int nowLine, bool isStatic );
    391 
    392390
    393391    static const UserProc *pGlobalProc;
     
    486484        return lookupAddress;
    487485    }
    488 
    489     bool SetParamsAndReturnType( const char *sourceOfParams, int nowLine );
    490486};
    491487class DllProcs : public Jenga::Common::Hashmap<DllProc>
     
    524520    }
    525521    ~ProcPointer(){}
    526 
    527     virtual bool SetParamsAndReturnType( const char *sourceOfParams, int nowLine );
    528522};
    529523
Note: See TracChangeset for help on using the changeset viewer.