|
|
| Lexer (QIODevice *sstream) |
| |
|
void | setCurieLexingEnabled (bool _v) |
| |
|
bool | isCurieLexingEnabled () const |
| |
|
Token | nextToken () |
| |
|
QString | readUntil (const QString &arg1) |
| |
|
| QString | getIdentifier (knowCore::LexerTextStream::Element lastChar) |
| |
|
Token | getDigit (knowCore::LexerTextStream::Element lastChar) |
| |
|
Token | getString (int terminator, Token::Type _type, bool _tripleEnding) |
| |
|
bool | isTriple (const QString &_char) |
| |
◆ getIdentifier()
| QString Lexer::getIdentifier |
( |
knowCore::LexerTextStream::Element | lastChar | ) |
|
|
protected |
Get an identifier (or keyword) in the current flow of character.
The documentation for this class was generated from the following files:
- kDB/RDFView/SML/Lexer_p.h
- kDB/RDFView/SML/Lexer_p.cpp