Changeset 336 in dev for trunk/abdev/BasicCompiler_Common/src/Procedure.cpp
- Timestamp:
- Sep 29, 2007, 12:45:16 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/Procedure.cpp
r324 r336 46 46 } 47 47 return ( pMethod->IsVirtual() != 0 ); 48 } 49 const CMethod &UserProc::GetMethod() const 50 { 51 if( !HasParentClass() ) 52 { 53 Jenga::Throw( "グローバル関数に対してUserProc::GetMethodメソッドが呼ばれた" ); 54 } 55 return *pMethod; 48 56 } 49 57
Note:
See TracChangeset
for help on using the changeset viewer.