Envision
A visual programming IDE for object-oriented languages
|
Public Types | |
enum | OperatorTypes { PREINCREMENT , PREDECREMENT , POSTINCREMENT , POSTDECREMENT , PLUS , MINUS , NOT , COMPLEMENT , PARENTHESIS , DEREFERENCE , ADDRESSOF } |
Public Member Functions | |
UnaryOperation (const OperatorTypes &op, Expression *operand=nullptr) | |
OperatorTypes | op () const |
void | setOp (const OperatorTypes &oper) |
virtual std::unique_ptr< Type > | type () override |
Additional Inherited Members | |
Protected Types inherited from Core::Reflect< Base > | |
using | Super = Reflect< Base > |
OOModel::UnaryOperation::UnaryOperation | ( | const OperatorTypes & | op, |
Expression * | operand = nullptr |
||
) |
|
inline |
|
inline |
|
overridevirtual |