Ignore:
Timestamp:
May 6, 2008, 8:23:41 PM (16 years ago)
Author:
dai_9181
Message:

Parameters::Analyze → LexicalAnalyzer::AnalyzeParameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/src/Delegate.cpp

    r525 r568  
    99
    1010    // パラメータを解析
    11     params.Analyze( paramStr.c_str(), sourceIndex );
     11    ActiveBasic::Compiler::LexicalAnalyzer::AnalyzeParameter( params, paramStr.c_str(), sourceIndex );
    1212
    1313    // 動的パラメータを作る
Note: See TracChangeset for help on using the changeset viewer.