Envision
A visual programming IDE for object-oriented languages
|
Public Types | |
enum | Direction { IN , OUT , INOUT } |
Public Member Functions | |
FormalArgument (const QString &name, const Direction &direction) | |
FormalArgument (const QString &name, Expression *type=nullptr, const Direction &direction=IN) | |
Direction | direction () const |
bool | isUsedInParentMethod () |
void | setDirection (const Direction &direction) |
Additional Inherited Members | |
Protected Types inherited from Core::Reflect< Base > | |
using | Super = Reflect< Base > |
OOModel::FormalArgument::FormalArgument | ( | const QString & | name, |
Expression * | type = nullptr , |
||
const Direction & | direction = IN |
||
) |
OOModel::FormalArgument::FormalArgument | ( | const QString & | name, |
const Direction & | direction | ||
) |
|
inline |
bool OOModel::FormalArgument::isUsedInParentMethod | ( | ) |
|
inline |