Changeset 292 in dev for trunk/abdev/BasicCompiler_Common/VariableOpe.cpp
- Timestamp:
- Aug 22, 2007, 3:46:23 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/VariableOpe.cpp
r290 r292 480 480 { 481 481 // 型パラメータだったとき 482 483 int ptrLevel = PTR_LEVEL( resultType.GetBasicType() ); 484 482 485 if( classType.HasActualGenericType() ) 483 486 { … … 489 492 // TODO: ベースオブジェクト(指定されていないときはObjectクラス)にセットする 490 493 resultType.SetBasicType( DEF_OBJECT ); 494 } 495 496 for( int i=0; i<ptrLevel; i++ ) 497 { 498 resultType.PtrLevelUp(); 491 499 } 492 500 }
Note:
See TracChangeset
for help on using the changeset viewer.