|
Envision
A visual programming IDE for object-oriented languages
|
Public Member Functions | |
| ErrorDescriptor (const QString &prefix_text, const QString &postfix_text) | |
| const QString & | errorPostfix () const |
| const QString & | errorPrefix () const |
Public Member Functions inherited from Interaction::OperatorDescriptor | |
| OperatorDescriptor () | |
| OperatorDescriptor (const QString &name, const QString &signature, int precedence, Associativity associativity) | |
| OperatorDescriptor (const QString &prefixText, const QString &postfixText) | |
| virtual | ~OperatorDescriptor () |
| Associativity | associativity () |
| QStringList | delimiters () |
| const QList< ExpectedToken > & | expectedTokens () const |
| const QStringList & | infix (int at) const |
| const QList< QStringList > & | infixes () const |
| bool | isDelimiter (int signatureIndex) |
| bool | isTransient () |
| const QString & | name () |
| int | numOperands () |
| const QStringList & | postfix () const |
| int | precedence () |
| const QStringList & | prefix () const |
| void | setTransient (bool transient) |
| const QStringList & | signature () |
Private Attributes | |
| QString | errorPostfix_ |
| QString | errorPrefix_ |
Additional Inherited Members | |
Public Types inherited from Interaction::OperatorDescriptor | |
| enum | Associativity { LeftAssociative , RightAssociative , NotAssociative } |
Static Public Member Functions inherited from Interaction::OperatorDescriptor | |
| static bool | isDelimiter (const QString &str) |
| Interaction::ErrorDescriptor::ErrorDescriptor | ( | const QString & | prefix_text, |
| const QString & | postfix_text | ||
| ) |
|
inline |
|
inline |
|
private |
|
private |