Ignore:
Timestamp:
Feb 28, 2008, 9:45:31 PM (16 years ago)
Author:
dai_9181
Message:

プロパティ値として返ってきたオブジェクトインスタンスのインデクサを呼び出す処理をきちんと対応した。

File:
1 edited

Legend:

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

    r402 r403  
    1616Type GetStringTypeInfo();
    1717void GetWithName(char *buffer);
    18 BOOL GetVarFormatString(char *buffer,char *array,char *array2,char *NestMember, ReferenceKind &refType );
     18BOOL GetVarFormatString(char *buffer,char *array,char *array2,char *NestMember, ReferenceKind &refType, bool *pIsParameterInBracket = NULL );
    1919void GetArrayElement( const char *buffer,char *variable,char *array_element);
    2020BOOL CheckVarNameError(char *name,int nowLine);
Note: See TracChangeset for help on using the changeset viewer.