Internal class, this struct represents a lexer of Script. More...
Public Member Functions | |
| void | openLexer (const std::string &str, const std::string &source, PUScriptTokenList &tokenList) |
| analysis script. More... | |
| local | openLexer ( local str, local source, local tokenList) |
| analysis script. More... | |
Internal class, this struct represents a lexer of Script.
| void openLexer | ( | const std::string & | str, |
| const std::string & | source, | ||
| PUScriptTokenList & | tokenList | ||
| ) |
analysis script.
The file stream. The file name. The token list.
| var openLexer | ( | var | str, |
| var | source, | ||
| var | tokenList | ||
| ) |
analysis script.
The file stream. The file name. The token list.
| local openLexer | ( | local | str, |
| local | source, | ||
| local | tokenList | ||
| ) |
analysis script.
The file stream. The file name. The token list.