Envision
A visual programming IDE for object-oriented languages
|
This is the complete list of members for OOModel::UnaryOperation, including all inherited members.
ADDRESSOF enum value | OOModel::UnaryOperation | |
COMPLEMENT enum value | OOModel::UnaryOperation | |
DEREFERENCE enum value | OOModel::UnaryOperation | |
MINUS enum value | OOModel::UnaryOperation | |
NOT enum value | OOModel::UnaryOperation | |
op() const | OOModel::UnaryOperation | inline |
OperatorTypes enum name | OOModel::UnaryOperation | |
PARENTHESIS enum value | OOModel::UnaryOperation | |
PLUS enum value | OOModel::UnaryOperation | |
POSTDECREMENT enum value | OOModel::UnaryOperation | |
POSTINCREMENT enum value | OOModel::UnaryOperation | |
PREDECREMENT enum value | OOModel::UnaryOperation | |
PREINCREMENT enum value | OOModel::UnaryOperation | |
setOp(const OperatorTypes &oper) | OOModel::UnaryOperation | inline |
Super typedef | Core::Reflect< Base > | protected |
type() override | OOModel::UnaryOperation | virtual |
UnaryOperation(const OperatorTypes &op, Expression *operand=nullptr) | OOModel::UnaryOperation |