|
Envision
A visual programming IDE for object-oriented languages
|
Public Types | |
| enum | ExpectedType { ANY , TYPE , VALUE , ID , FIRST_DELIM , FOLLOWING_DELIM , END } |
Public Member Functions | |
| ExpectedToken (ExpectedType type, const QString &text) | |
| ExpectedToken (ExpectedType type=ANY) | |
Public Attributes | |
| QString | text {} |
| ExpectedType | type {ANY} |
|
inline |
|
inline |
| QString Interaction::ExpectedToken::text {} |
| ExpectedType Interaction::ExpectedToken::type {ANY} |