Ignore:
Timestamp:
Mar 10, 2008, 5:39:36 PM (16 years ago)
Author:
dai_9181
Message:

・ジェネリックな型をパラメータに持つメソッドのオーバーロード解決に対応した。
・型パラメータの制約クラス指定に対応した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/common.h

    r415 r424  
    250250    std::vector<const UserProc *> &subs,
    251251    const Parameters &params,
    252     const Type &returnType );
     252    const Type &returnType,
     253    const Type &leftType );
    253254
    254255//Debug.cpp
     
    382383void GetCommandToken( char *token, const char *source, int &pos );
    383384void GetCustomToken( char *token, const char *source, int &pos, char delimitation, bool isEscapeSequence );
    384 void SplitGenericClassInstance( const char *fullName, char *className, Jenga::Common::Strings &typeParameters );
     385void SplitGenericClassInstance( const char *fullName, char *className, Jenga::Common::Strings &typeParameters, bool isDefiningClass = false, Jenga::Common::Strings *pTypeParameterBaseClassNames = NULL );
    385386int JumpStatement(const char *source, int &pos);
    386387void Compile(void);
Note: See TracChangeset for help on using the changeset viewer.