Envision
A visual programming IDE for object-oriented languages
|
Public Member Functions | |
FunctionTypeExpression (const QList< Expression * > &arguments, const QList< Expression * > &results={}) | |
virtual std::unique_ptr< Type > | type () override |
Additional Inherited Members | |
Protected Types inherited from Core::Reflect< Base > | |
using | Super = Reflect< Base > |
OOModel::FunctionTypeExpression::FunctionTypeExpression | ( | const QList< Expression * > & | arguments, |
const QList< Expression * > & | results = {} |
||
) |
|
overridevirtual |