Ignore:
Timestamp:
Jun 6, 2007, 12:58:40 AM (17 years ago)
Author:
dai_9181
Message:

Method/Memberのリファクタリング

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BasicCompiler_Common/Subroutine.cpp

    r120 r135  
    300300bool GetReturnTypeOfIndexerGetterProc( const CClass &objClass, Type &resultType ){
    301301    vector<UserProc *> subs;
    302     objClass.EnumMethod( CALC_ARRAY_GET, subs );
     302    objClass.GetMethods().Enum( CALC_ARRAY_GET, subs );
    303303    if( subs.size() == 0 ){
    304304        return false;
     
    462462}
    463463
    464 GlobalProc *AddSubData( const NamespaceScopes &namespaceScopes, const NamespaceScopesCollection &importedNamespaces, char *buffer,int nowLine,BOOL bVirtual,CClass *pobj_c, bool isStatic){
     464GlobalProc *AddSubData( const NamespaceScopes &namespaceScopes, const NamespaceScopesCollection &importedNamespaces, char *buffer,int nowLine,bool isVirtual,CClass *pobj_c, bool isStatic){
    465465    int i2,i3;
    466466    char temporary[8192];
Note: See TracChangeset for help on using the changeset viewer.