Changeset 568 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/include/LexicalAnalyzer.h
- Timestamp:
- May 6, 2008, 8:23:41 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/include/LexicalAnalyzer.h
r561 r568 55 55 56 56 // グローバルプロシージャを収集する 57 static bool AnalyzeParameter( Parameters ¶ms, const char *sourceOfParams, int nowLine ); 57 58 static UserProc* ParseUserProc( const NamespaceScopes &namespaceScopes, const NamespaceScopesCollection &importedNamespaces, char *buffer,int nowLine,bool isVirtual,CClass *pobj_c, bool isStatic, char *interfaceName = NULL ); 58 59 static void CollectProcedures( const char *source, UserProcs &userProcs, DllProcs &dllProcs );
Note:
See TracChangeset
for help on using the changeset viewer.