Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
Kodu::Parser::TokenParser Class Reference
Detailed DescriptionDefinition at line 148 of file Parser.h.
Member Function Documentation
Clear the keyword set (it's no longer needed after parsing). Definition at line 128 of file TokenParserKeywords.cc. Referenced by parseTokens().
Returns the index of the search item. Definition at line 278 of file TokenParser.cc. Referenced by parseTokens().
Disallows anyone from creating an instance of this class.
Initializes the keyword set. Definition at line 11 of file TokenParserKeywords.cc. Referenced by parseTokens().
Parses the retrieved Kodu code into the appropriate data structures. Definition at line 5 of file TokenParser.cc. Referenced by Kodu::Parser::parseAndCreateKoduProgram().
Reads the Kodu written code from a file. Definition at line 259 of file TokenParser.cc. Referenced by Kodu::Parser::parseAndCreateKoduProgram().
Returns a vector of tokens parsed from a string. Definition at line 9 of file Tokenize.cc. Referenced by parseTokens(). Member Data Documentation
Contains all the allowable Kodu "keywords". Definition at line 158 of file Parser.h. Referenced by clearKeywordSet(), initializeKeywordSet(), and tokenize(). The documentation for this class was generated from the following files: |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:23 2016 by Doxygen 1.6.3 |