# 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::CCallStackNewMethodi Class Reference

#include <opcode_call_method.h>

Inheritance diagram for NLAISCRIPT::CCallStackNewMethodi

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

Collaboration graph
[legend]
List of all members.

Public Methods

 CCallStackNewMethodi (const CCallStackNewMethodi &c)
 CCallStackNewMethodi (IMethodContext *c,sint32 inheritance,sint32 i,const std::list<sint32> &l)
NLAIAGENT::TProcessStatement runOpCode (CCodeContext &context)
 Computation of the op-code with a given context. More...

void getDebugResult (char *str,CCodeContext &context) const
 gets debug string from the op-code. More...

const NLAIC::IBasicTypeclone () const
 This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne. More...

const NLAIC::CIdentTypegetType () const
 getType return a unique string how represente the class, it can be the name of the class. More...

virtual ~CCallStackNewMethodi ()

Static Public Attributes

const NLAIC::CIdentType IdCallStackNewMethodei

Constructor & Destructor Documentation

NLAISCRIPT::CCallStackNewMethodi::CCallStackNewMethodi ( const CCallStackNewMethodi & c ) [inline]
 

Definition at line 312 of file opcode_call_method.h.

NLAISCRIPT::CCallStackNewMethodi::CCallStackNewMethodi ( IMethodContext * c,
sint32 inheritance,
sint32 i,
const std::list< sint32 >& l ) [inline]
 

Definition at line 316 of file opcode_call_method.h.

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

Definition at line 346 of file opcode_call_method.h.


Member Function Documentation

const NLAIC::IBasicType * NLAISCRIPT::CCallStackNewMethodi::clone ( void ) const [inline, virtual]
 

This function allow a pointer copy, that mean that the new class have the sam attributs caracteristics as the owne.

Reimplemented from NLAISCRIPT::CCallStackMethodi.

Definition at line 335 of file opcode_call_method.h.

void NLAISCRIPT::CCallStackNewMethodi::getDebugResult ( char * str,
CCodeContext & context ) const [inline, virtual]
 

gets debug string from the op-code.

Reimplemented from NLAISCRIPT::CCallStackMethodi.

Definition at line 322 of file opcode_call_method.h.

const NLAIC::CIdentType & NLAISCRIPT::CCallStackNewMethodi::getType ( void ) const [inline, virtual]
 

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).

Reimplemented from NLAISCRIPT::CCallStackMethodi.

Definition at line 341 of file opcode_call_method.h.

NLAIAGENT::TProcessStatement NLAISCRIPT::CCallStackNewMethodi::runOpCode ( CCodeContext & context ) [virtual]
 

Computation of the op-code with a given context.

Reimplemented from NLAISCRIPT::CCallStackMethodi.

Definition at line 154 of file opcode_call_method.cpp.


Member Data Documentation

const NLAIC::CIdentType NLAISCRIPT::CCallStackNewMethodi::IdCallStackNewMethodei [static]
 

Initializer:

NLAIC::CIdentType("CallStackNewMethodei",                                                                                                                                                        
                                                                                                                                NLAIC::CSelfClassFactory(CCallStackNewMethodi(new CMethodContext(),0,0,l)),
                                                                                                                                NLAIC::CTypeOfObject(NLAIC::CTypeOfObject::tObject),NLAIC::CTypeOfOperator(0))

Definition at line 181 of file opcode_register.cpp.


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