89 char* m_data; |
89 char* m_data; |
90 char* m_position; |
90 char* m_position; |
91 char* m_lineBreakPosition; |
91 char* m_lineBreakPosition; |
92 String m_tokenText, |
92 String m_tokenText, |
93 m_lastToken; |
93 m_lastToken; |
94 Token m_tokenType; |
94 Token m_tokenType; |
95 int m_line; |
95 int m_line; |
96 |
96 |
97 bool checkString (const char* c, int flags = 0); |
97 bool checkString (const char* c, int flags = 0); |
98 |
98 |
99 // Yields a copy of the current position information. |
99 // Yields a copy of the current position information. |