Changeset 572 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/include/LexicalAnalyzer.h
- Timestamp:
- May 7, 2008, 10:12:21 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/include/LexicalAnalyzer.h
r571 r572 56 56 // グローバルプロシージャを収集する 57 57 static bool AnalyzeParameter( Parameters ¶ms, const Jenga::Common::Strings ¶meterStrings, int nowLine ); 58 static bool SetParamsAndReturnTypeForUserProc( UserProc &userProc, const char *sourceOfParams, int nowLine, bool isStatic ); 58 59 static UserProc* ParseUserProc( const NamespaceScopes &namespaceScopes, const NamespaceScopesCollection &importedNamespaces, char *buffer,int nowLine,bool isVirtual,CClass *pobj_c, bool isStatic, char *interfaceName = NULL ); 60 static DllProc *ParseDllProc(const NamespaceScopes &namespaceScopes, char *buffer,int nowLine); 59 61 static void CollectProcedures( const char *source, UserProcs &userProcs, DllProcs &dllProcs ); 60 62
Note: See TracChangeset
for help on using the changeset viewer.