Changeset 573 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/include
- Timestamp:
- May 7, 2008, 10:27:02 AM (17 years ago)
- Location:
- trunk/ab5.0/abdev/BasicCompiler_Common/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/include/LexicalAnalyzer.h
r572 r573 57 57 static bool AnalyzeParameter( Parameters ¶ms, const Jenga::Common::Strings ¶meterStrings, int nowLine ); 58 58 static bool SetParamsAndReturnTypeForUserProc( UserProc &userProc, const char *sourceOfParams, int nowLine, bool isStatic ); 59 static bool SetParamsAndReturnType( Procedure *pProc, const char *sourceOfParams, bool isSupportEllipse, int nowLine ); 59 60 static UserProc* ParseUserProc( const NamespaceScopes &namespaceScopes, const NamespaceScopesCollection &importedNamespaces, char *buffer,int nowLine,bool isVirtual,CClass *pobj_c, bool isStatic, char *interfaceName = NULL ); 60 61 static DllProc *ParseDllProc(const NamespaceScopes &namespaceScopes, char *buffer,int nowLine); -
trunk/ab5.0/abdev/BasicCompiler_Common/include/Procedure.h
r572 r573 388 388 const CMethod &GetMethod() const; 389 389 390 bool SetParamsAndReturnType( const char *sourceOfParams, int nowLine, bool isStatic );391 392 390 393 391 static const UserProc *pGlobalProc; … … 486 484 return lookupAddress; 487 485 } 488 489 bool SetParamsAndReturnType( const char *sourceOfParams, int nowLine );490 486 }; 491 487 class DllProcs : public Jenga::Common::Hashmap<DllProc> … … 524 520 } 525 521 ~ProcPointer(){} 526 527 virtual bool SetParamsAndReturnType( const char *sourceOfParams, int nowLine );528 522 }; 529 523
Note:
See TracChangeset
for help on using the changeset viewer.