Ignore:
Timestamp:
Jan 2, 2008, 12:50:34 AM (16 years ago)
Author:
dai_9181
Message:

ジェネリクスインターフェイス実装時のオーバーロード解決ロジックを改良。(型パラメータを戻り値に持つメソッドのオーバーロードをミスしてしまうバグを修正)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/include/Class.h

    r379 r382  
    44#include <Program.h>
    55#include <Prototype.h>
     6#include <Type.h>
    67#include <Method.h>
    78#include <Member.h>
     
    148149    GenericTypes formalGenericTypes;
    149150
    150     // 継承クラス
     151    // 基底クラス
    151152    const CClass *pSuperClass;
    152153
    153     // 継承クラスの型パラメータ(実パラメータ)
     154    // 基底クラスの型パラメータ(実パラメータ)
    154155    Types superClassActualTypeParameters;
    155156
Note: See TracChangeset for help on using the changeset viewer.