|
| enum class | Type { Unknown
, FunctionCall
, Variable
, Value
} |
| |
|
|
| Expression (const QString &_name, const QList< Expression > &_expressions) |
| |
|
| Expression (const QString &_string, Type _type) |
| |
|
| Expression (const knowCore::Value &_value) |
| |
|
| Expression (const Expression &_rhs) |
| |
|
Expression & | operator= (const Expression &_rhs) |
| |
|
Type | type () const |
| |
|
QString | name () const |
| |
|
QList< Expression > | arguments () const |
| |
|
knowCore::Value | value () const |
| |
|
QString | toString () const |
| |
The documentation for this class was generated from the following files: