diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-FE888721-C479-5D8A-810F-1A79575A1D58.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-FE888721-C479-5D8A-810F-1A79575A1D58.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,33 @@ + + + + + +Introduction +to Lexical AnalysisA TLex object is used to perform lexical analysis. +

The class is used to:

+ +

Member functions provide facilities to allow analysis and extraction of +lexical elements from a TLex object, and a variety of string-to-number +conversions.

+

The TLex class provides general-purpose lexical analysis +functions, using the locale-dependent functions of TChar to +identify whether characters are digits, letters etc. The data for these locale-dependent +functions is held in kernel-side locale tables. Thus, TLex functions +which use them, require an executive call. If an application requires very +fast lexical analysis of a language which is not locale-specific, then there +may be some advantage in designing and implementing a special-purpose lexical +analyzer class.

+
\ No newline at end of file