Ignore:
Timestamp:
Mar 3, 2008, 10:11:34 PM (16 years ago)
Author:
dai_9181
Message:

CClass::GetStaticDefiningStringAsMemberOffsetsメソッドを追加。
エラーコード142を追加。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/NumOpe_GetType.cpp

    r402 r412  
    438438
    439439    if(lstrcmpi(termFull,"This")==0){
     440        if( compiler.pCompilingClass == NULL )
     441        {
     442            return false;
     443        }
     444
    440445        //Thisオブジェクト
    441446        resultType.SetType( DEF_OBJECT, compiler.pCompilingClass );
Note: See TracChangeset for help on using the changeset viewer.