|
Envision
A visual programming IDE for object-oriented languages
|
Static Public Member Functions | |
| static QueryNode * | parse (const QString &queryString) |
Static Public Attributes | |
| static constexpr QChar | LIST_DELIM {0x2022} |
| static constexpr QChar | LIST_LEFT {0x2045} |
| static constexpr QChar | LIST_RIGHT {0x2046} |
| static constexpr QChar | OP_MINUS_POSTFIX {'-'} |
| static constexpr QChar | OP_PIPE {'|'} |
Static Private Member Functions | |
| static void | changeToLeftToRightOrder (QueryNode *&top) |
| static QueryNode * | parseAny (const QString &queryString, int &index) |
| static CompositeQueryNode * | parseList (const QString &queryString, int &index) |
| static QStringList | quoteAwareSplit (const QString &input) |
|
staticprivate |
|
static |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |