GME
13
|
#include <OCLSignature.h>
Public Member Functions | |
Method (const std::string &strName, const std::string &strTypeName, const StringVector &vecTypes) | |
virtual | ~Method () |
virtual std::string | Print () const |
bool | IsIdentical (const Method &object) const |
Protected Member Functions | |
Method (const std::string &strName, const OclCommon::FormalParameterVector &vecParameters) |
Definition at line 202 of file OCLSignature.h.
OclSignature::Method::Method | ( | const std::string & | strName, |
const std::string & | strTypeName, | ||
const StringVector & | vecTypes | ||
) |
Definition at line 242 of file OCLSignature.cpp.
OclSignature::Method::Method | ( | const std::string & | strName, |
const OclCommon::FormalParameterVector & | vecParameters | ||
) | [protected] |
Definition at line 250 of file OCLSignature.cpp.
OclSignature::Method::~Method | ( | ) | [virtual] |
Definition at line 255 of file OCLSignature.cpp.
bool OclSignature::Method::IsIdentical | ( | const Method & | object | ) | const |
Definition at line 264 of file OCLSignature.cpp.
std::string OclSignature::Method::Print | ( | ) | const [virtual] |
Reimplemented from OclSignature::Feature.
Definition at line 259 of file OCLSignature.cpp.