Get the last character accepted. @return the last character accepted. */
| 1842 | @return the last character accepted. |
| 1843 | */ |
| 1844 | unsigned char yyGetLast() |
| 1845 | { |
| 1846 | return m_ptr[-1]; |
| 1847 | } |
| 1848 | |
| 1849 | /** |
| 1850 | Look at the next character to parse, but do not accept it. |
no outgoing calls
no test coverage detected