Envision
A visual programming IDE for object-oriented languages
List of all members | Public Member Functions | Private Attributes
OOModel::ThrownExceptionType Class Reference
Inheritance diagram for OOModel::ThrownExceptionType:
OOModel::Type

Public Member Functions

 ThrownExceptionType (const ThrownExceptionType &other)
 
 ThrownExceptionType (std::unique_ptr< Type > exceptionType)
 
virtual ThrownExceptionTypeclone () const override
 
virtual bool equals (const Type *other) const override
 
const TypeexceptionType () const
 
- Public Member Functions inherited from OOModel::Type
 Type (bool isValueType)
 
 Type (const Type &other)
 
virtual ~Type ()
 
virtual bool isError () const
 Returns true if this is an error type. More...
 
bool isValueType () const
 Returns true if the this type belongs to an expression representing a value. More...
 
Qualifiers qualifiers () const
 
TypeSystem::TypeRelations relationTo (const Type *other) const
 
void setQualifiers (Qualifiers q, bool enable=true)
 
void setValueType (bool isValueType)
 

Private Attributes

std::unique_ptr< TypeexceptionType_
 

Additional Inherited Members

- Public Types inherited from OOModel::Type
enum  Qualifier { CONST = 0x1 , VOLATILE = 0x2 }
 
using Qualifiers = QFlags< Qualifier >
 

Constructor & Destructor Documentation

◆ ThrownExceptionType() [1/2]

OOModel::ThrownExceptionType::ThrownExceptionType ( std::unique_ptr< Type exceptionType)

◆ ThrownExceptionType() [2/2]

OOModel::ThrownExceptionType::ThrownExceptionType ( const ThrownExceptionType other)

Member Function Documentation

◆ clone()

ThrownExceptionType * OOModel::ThrownExceptionType::clone ( ) const
overridevirtual

Implements OOModel::Type.

◆ equals()

bool OOModel::ThrownExceptionType::equals ( const Type other) const
overridevirtual

Implements OOModel::Type.

◆ exceptionType()

const Type * OOModel::ThrownExceptionType::exceptionType ( ) const
inline

Member Data Documentation

◆ exceptionType_

std::unique_ptr<Type> OOModel::ThrownExceptionType::exceptionType_
private