/[ff3d]/ff3d/language/FFLexer.hpp
ViewVC logotype

Diff of /ff3d/language/FFLexer.hpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by delpinux, Mon May 5 19:03:32 2003 UTC revision 1.3 by delpinux, Mon May 5 19:13:16 2003 UTC
# Line 42  private: Line 42  private:
42    /*! This function returns the token associated to the name "word" if it    /*! This function returns the token associated to the name "word" if it
43      corresponds to a Keyword, else, it returns "-1".      corresponds to a Keyword, else, it returns "-1".
44     */     */
45    const int isKeyword (const std::string& word);    int isKeyword (const std::string& word);
46    
47    /*! This function returns the token associated to the name "word" if it    /*! This function returns the token associated to the name "word" if it
48      corresponds to a variable, else, it returns "-1".      corresponds to a variable, else, it returns "-1".
49     */     */
50    const int isVariable(const std::string& word);    int isVariable(const std::string& word);
51    
52    /*! This function returns the token associated to the name "word" if it    /*! This function returns the token associated to the name "word" if it
53      corresponds to an Option, else, it returns "-1".      corresponds to an Option, else, it returns "-1".
54     */     */
55    const int isOption (const std::string& word);    int isOption (const std::string& word);
56    
57    //! This contains the list of kewords used for options management    //! This contains the list of kewords used for options management
58    IdentifierSet __optionsKeyWords;    IdentifierSet __optionsKeyWords;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26