|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAISCRIPT::CMethodeName Class ReferenceClass CMethodeName.
More...
#include <interpret_methodes.h>
Inheritance diagram for NLAISCRIPT::CMethodeName:
List of all members.
Detailed Description
Class CMethodeName.
This class define what a method is. A methid have a name, argument, a branche code ant a return type.
-
Author:
-
Chafik sameh , Nevrax France
-
Date:
-
2000
Definition at line 136 of file interpret_methodes.h.
Constructor & Destructor Documentation
NLAISCRIPT::CMethodeName::CMethodeName |
( |
const CMethodeName & |
|
) |
|
|
NLAISCRIPT::CMethodeName::CMethodeName |
( |
|
) |
|
|
NLAISCRIPT::CMethodeName::~CMethodeName |
( |
|
) |
[virtual] |
|
Member Function Documentation
IOpCode * NLAISCRIPT::CMethodeName::getCode |
( |
|
) |
|
|
void NLAISCRIPT::CMethodeName::getDebugString |
( |
std::string & |
|
) |
const [virtual] |
|
CParam & NLAISCRIPT::CMethodeName::getParam |
( |
|
) |
|
|
|
getType return a unique string how represente the class, it can be the name of the class.
This function is used for the sytem regstry class (see the definition of the template class Gen::CRegistry).
Implements NLAIC::IBasicType.
Definition at line 429 of file interpret_methodes.cpp.
References IdMethodeName. |
const IOpType * NLAISCRIPT::CMethodeName::getTypeOfMethode |
( |
|
) |
const |
|
void NLAISCRIPT::CMethodeName::setCode |
( |
IOpCode * |
c |
) |
|
|
void NLAISCRIPT::CMethodeName::setParam |
( |
const CParam & |
p |
) |
|
|
void NLAISCRIPT::CMethodeName::setTypeOfMethode |
( |
IOpType * |
|
) |
|
|
Member Data Documentation
IOpCode* NLAISCRIPT::CMethodeName::_Code [private]
|
|
CParam NLAISCRIPT::CMethodeName::_Param [private]
|
|
IOpType* NLAISCRIPT::CMethodeName::_TypeOfMethode [private]
|
|
The documentation for this class was generated from the following files:
|
|