# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLAISCRIPT::COperationTypeGD Class Reference

Class COperationTypeGD. More...

#include <type_def.h>

Inheritance diagram for NLAISCRIPT::COperationTypeGD

Inheritance graph
[legend]
Collaboration diagram for NLAISCRIPT::COperationTypeGD:

Collaboration graph
[legend]
List of all members.

Public Methods

 COperationTypeGD (const COperationType &opG,const COperationType &opD,NLAIC::CTypeOfOperator::TTypeOp op)
 COperationTypeGD ()
virtual void serial (NLMISC::IStream &f) throw (NLMISC::EStream)
const char* getInfo ()
 Get a string info. More...

bool dependOn (const IConstraint *c) const
 If this constraint depond on other constraint. More...

void setOp (NLAIC::CTypeOfOperator::TTypeOp op)
void setOperationG (IOpType *opG)
void setOperationD (IOpType *opD)
const IConstraintclone () const
 Get a clone pointer memory. More...

virtual void run (CCompilateur &c)
 Run with a CCompilateur dependency. More...

void run (IConstraint *c)
 Run with a IConstraint dependency. More...

const NLAIC::CIdentTypegetConstraintTypeOf ()
 Type of the expression that it have to be resolve by constraint. More...

bool satisfied ()
 If the constraint is resolved. More...

bool operator== (const IConstraint &c) const
virtual ConstraintTypeEnum getTypeOfClass () const
 get the type of class. the type must be in the ConstraintTypeEnum enumeration. More...

virtual ~COperationTypeGD ()

Private Attributes

IOpType_OpG
 Right oprand. More...

IOpType_OpD
NLAIC::CTypeOfOperator::TTypeOp _Op
 Operation type. More...

char* _TxtInfo
NLAIC::CIdentType_Id

Detailed Description

Class COperationTypeGD.

This class define an unknow opertation type. For exemple to know the type of the expression (a + b).

Author(s):
Chafik sameh , Nevrax France
Date:
2000

Definition at line 634 of file type_def.h.


Constructor & Destructor Documentation

NLAISCRIPT::COperationTypeGD::COperationTypeGD ( const COperationType & opG,
const COperationType & opD,
NLAIC::CTypeOfOperator::TTypeOp op ) [inline]
 

Definition at line 646 of file type_def.h.

NLAISCRIPT::COperationTypeGD::COperationTypeGD ( ) [inline]
 

Definition at line 658 of file type_def.h.

NLAISCRIPT::COperationTypeGD::~COperationTypeGD ( ) [inline, virtual]
 

Definition at line 752 of file type_def.h.


Member Function Documentation

const IConstraint * NLAISCRIPT::COperationTypeGD::clone ( void ) const [inline, virtual]
 

Get a clone pointer memory.

Reimplemented from NLAISCRIPT::IConstraint.

Definition at line 709 of file type_def.h.

bool NLAISCRIPT::COperationTypeGD::dependOn ( const IConstraint * c ) const [inline, virtual]
 

If this constraint depond on other constraint.

Reimplemented from NLAISCRIPT::IConstraint.

Definition at line 688 of file type_def.h.

const NLAIC::CIdentType * NLAISCRIPT::COperationTypeGD::getConstraintTypeOf ( ) [inline, virtual]
 

Type of the expression that it have to be resolve by constraint.

Reimplemented from NLAISCRIPT::IConstraint.

Definition at line 728 of file type_def.h.

const char * NLAISCRIPT::COperationTypeGD::getInfo ( ) [inline, virtual]
 

Get a string info.

Reimplemented from NLAISCRIPT::IConstraint.

Definition at line 676 of file type_def.h.

ConstraintTypeEnum NLAISCRIPT::COperationTypeGD::getTypeOfClass ( ) const [inline, virtual]
 

get the type of class. the type must be in the ConstraintTypeEnum enumeration.

Reimplemented from NLAISCRIPT::IConstraint.

Definition at line 747 of file type_def.h.

bool NLAISCRIPT::COperationTypeGD::operator== ( const IConstraint & c ) const [inline, virtual]
 

Reimplemented from NLAISCRIPT::IConstraint.

Definition at line 737 of file type_def.h.

void NLAISCRIPT::COperationTypeGD::run ( IConstraint * c ) [inline, virtual]
 

Run with a IConstraint dependency.

Reimplemented from NLAISCRIPT::IOpType.

Definition at line 724 of file type_def.h.

void NLAISCRIPT::COperationTypeGD::run ( CCompilateur & c ) [inline, virtual]
 

Run with a CCompilateur dependency.

Reimplemented from NLAISCRIPT::IOpType.

Definition at line 715 of file type_def.h.

bool NLAISCRIPT::COperationTypeGD::satisfied ( ) [virtual]
 

If the constraint is resolved.

Reimplemented from NLAISCRIPT::IConstraint.

Definition at line 98 of file type_def.cpp.

void NLAISCRIPT::COperationTypeGD::serial ( NLMISC::IStream & f ) throw (NLMISC::EStream) [inline, virtual]
 

Reimplemented from NLAIC::IPointerGestion.

Definition at line 666 of file type_def.h.

void NLAISCRIPT::COperationTypeGD::setOp ( NLAIC::CTypeOfOperator::TTypeOp op ) [inline]
 

Definition at line 693 of file type_def.h.

void NLAISCRIPT::COperationTypeGD::setOperationD ( IOpType * opD ) [inline]
 

Definition at line 704 of file type_def.h.

void NLAISCRIPT::COperationTypeGD::setOperationG ( IOpType * opG ) [inline]
 

Definition at line 698 of file type_def.h.


Member Data Documentation

NLAIC::CIdentType * NLAISCRIPT::COperationTypeGD::_Id [private]
 

Definition at line 644 of file type_def.h.

NLAIC::CTypeOfOperator::TTypeOp NLAISCRIPT::COperationTypeGD::_Op [private]
 

Operation type.

Definition at line 642 of file type_def.h.

IOpType * NLAISCRIPT::COperationTypeGD::_OpD [private]
 

Definition at line 640 of file type_def.h.

IOpType * NLAISCRIPT::COperationTypeGD::_OpG [private]
 

Right oprand.

Definition at line 638 of file type_def.h.

char * NLAISCRIPT::COperationTypeGD::_TxtInfo [private]
 

Definition at line 643 of file type_def.h.


The documentation for this class was generated from the following files: