From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/class_NLAISCRIPT__IOpCode.html | 256 ++++++++++++++++++++++++ 1 file changed, 256 insertions(+) create mode 100644 docs/doxygen/nel/class_NLAISCRIPT__IOpCode.html (limited to 'docs/doxygen/nel/class_NLAISCRIPT__IOpCode.html') diff --git a/docs/doxygen/nel/class_NLAISCRIPT__IOpCode.html b/docs/doxygen/nel/class_NLAISCRIPT__IOpCode.html new file mode 100644 index 00000000..a22bad8e --- /dev/null +++ b/docs/doxygen/nel/class_NLAISCRIPT__IOpCode.html @@ -0,0 +1,256 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# 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::IOpCode Class Reference

Class IOpCode. +More... +

+#include <virtual_op_code.h> +

+Inheritance diagram for NLAISCRIPT::IOpCode

Inheritance graph
+ + + + + +
[legend]
Collaboration diagram for NLAISCRIPT::IOpCode:

Collaboration graph
+ + + + + + + + + + +
[legend]
List of all members. + + + + + + + +

Public Methods

 IOpCode ()
virtual NLAIAGENT::TProcessStatement runOpCode (CCodeContext &context) = 0
 Computation of the op-code with a given context.

virtual void getDebugResult (std::string &str,CCodeContext &context) const = 0
 gets debug string from the op-code.

virtual ~IOpCode ()
+

Detailed Description

+Class IOpCode. +

+This class define an object basic op-code, an op-code is an NLAIAGENT::IObjectIA hows have to run with an CCodeContext. +

+

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

+ +

+Definition at line 42 of file virtual_op_code.h.


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+NLAISCRIPT::IOpCode::IOpCode ( + +) [inline] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 45 of file virtual_op_code.h.

+

+ + + + +
+ + + + + + +
+NLAISCRIPT::IOpCode::~IOpCode ( + +) [inline, virtual] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 53 of file virtual_op_code.h.

+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
+void NLAISCRIPT::IOpCode::getDebugResult ( + +std::string & str, +
+CCodeContext & context ) const [pure virtual] +
+
+ + + + + +
+   + + +

+gets debug string from the op-code. +

+ +

+Reimplemented in NLAISCRIPT::CCodeBrancheRun, NLAISCRIPT::CCodeBrancheRunDebug, NLAISCRIPT::CLdbNewOpCode, NLAISCRIPT::CNegOpCode, NLAISCRIPT::CAddOpCode, NLAISCRIPT::CSubOpCode, NLAISCRIPT::CDivOpCode, NLAISCRIPT::CMulOpCode, NLAISCRIPT::CSupOpCode, NLAISCRIPT::CInfOpCode, NLAISCRIPT::CEqOpCode, NLAISCRIPT::CSupEqOpCode, NLAISCRIPT::CInfEqOpCode, NLAISCRIPT::CDiffOpCode, NLAISCRIPT::CNotOpCode, NLAISCRIPT::CJFalseOpCode, NLAISCRIPT::CJmpOpCode, NLAISCRIPT::CAffOpCode, NLAISCRIPT::CAffOpCodeDebug, NLAISCRIPT::CAffHeapMemberiOpCode, NLAISCRIPT::CAffMemberiOpCode, NLAISCRIPT::CAffMemberOpCode, NLAISCRIPT::CLocAlloc, NLAISCRIPT::CLocAllocDebug, NLAISCRIPT::CMarkAlloc, NLAISCRIPT::CFreeAlloc, NLAISCRIPT::CFreeAllocDebug, NLAISCRIPT::CHaltOpCode, NLAISCRIPT::CNopOpCode, NLAISCRIPT::CTellOpCode, NLAISCRIPT::CMakeArgOpCode, NLAISCRIPT::CMarkMsg, NLAISCRIPT::CMsgSetSender, NLAISCRIPT::CFindRunMsg, NLAISCRIPT::CAddParamNameDebug, NLAISCRIPT::CLibMemberMethod, NLAISCRIPT::CLibMemberInheritedMethod, NLAISCRIPT::CLibMemberMethodi, NLAISCRIPT::CLibCallMethod, NLAISCRIPT::CLibCallInheritedMethod, NLAISCRIPT::CLibCallMethodi, NLAISCRIPT::CLibStackMemberMethod, NLAISCRIPT::CLibHeapMemberMethod, NLAISCRIPT::CCallMethod, NLAISCRIPT::CCallHeapMethodi, NLAISCRIPT::CCallStackMethodi, NLAISCRIPT::CCallStackNewMethodi, NLAISCRIPT::CCallMethodi, NLAISCRIPT::CLdbOpCode, NLAISCRIPT::CLdbMemberOpCode, NLAISCRIPT::CLdbStackMemberiOpCode, NLAISCRIPT::CLdbHeapMemberiOpCode, NLAISCRIPT::CLdbMemberiOpCode, and NLAISCRIPT::CLdbRefOpCode.

+

+ + + + +
+ + + + + + +
+NLAIAGENT::TProcessStatement NLAISCRIPT::IOpCode::runOpCode ( + +CCodeContext & context ) [pure virtual] +
+
+ + + + + +
+   + + +

+Computation of the op-code with a given context. +

+ +

+Reimplemented in NLAISCRIPT::CCodeBrancheRun, NLAISCRIPT::CCodeBrancheRunDebug, NLAISCRIPT::CLdbNewOpCode, NLAISCRIPT::CNegOpCode, NLAISCRIPT::CAddOpCode, NLAISCRIPT::CSubOpCode, NLAISCRIPT::CDivOpCode, NLAISCRIPT::CMulOpCode, NLAISCRIPT::CSupOpCode, NLAISCRIPT::CInfOpCode, NLAISCRIPT::CEqOpCode, NLAISCRIPT::CSupEqOpCode, NLAISCRIPT::CInfEqOpCode, NLAISCRIPT::CDiffOpCode, NLAISCRIPT::CNotOpCode, NLAISCRIPT::CJFalseOpCode, NLAISCRIPT::CJmpOpCode, NLAISCRIPT::CAffOpCode, NLAISCRIPT::CAffOpCodeDebug, NLAISCRIPT::CAffHeapMemberiOpCode, NLAISCRIPT::CAffMemberiOpCode, NLAISCRIPT::CAffMemberOpCode, NLAISCRIPT::CLocAlloc, NLAISCRIPT::CLocAllocDebug, NLAISCRIPT::CMarkAlloc, NLAISCRIPT::CFreeAlloc, NLAISCRIPT::CFreeAllocDebug, NLAISCRIPT::CHaltOpCode, NLAISCRIPT::CNopOpCode, NLAISCRIPT::CTellOpCode, NLAISCRIPT::CMakeArgOpCode, NLAISCRIPT::CMarkMsg, NLAISCRIPT::CMsgSetSender, NLAISCRIPT::CFindRunMsg, NLAISCRIPT::CAddParamNameDebug, NLAISCRIPT::CLibMemberMethod, NLAISCRIPT::CLibMemberInheritedMethod, NLAISCRIPT::CLibMemberMethodi, NLAISCRIPT::CLibCallMethod, NLAISCRIPT::CLibCallInheritedMethod, NLAISCRIPT::CLibCallMethodi, NLAISCRIPT::CLibStackMemberMethod, NLAISCRIPT::CLibStackNewMemberMethod, NLAISCRIPT::CLibHeapMemberMethod, NLAISCRIPT::CCallMethod, NLAISCRIPT::CCallHeapMethodi, NLAISCRIPT::CCallStackMethodi, NLAISCRIPT::CCallStackNewMethodi, NLAISCRIPT::CCallMethodi, NLAISCRIPT::CLdbOpCode, NLAISCRIPT::CLdbMemberOpCode, NLAISCRIPT::CLdbStackMemberiOpCode, NLAISCRIPT::CLdbHeapMemberiOpCode, NLAISCRIPT::CLdbMemberiOpCode, and NLAISCRIPT::CLdbRefOpCode.

+


The documentation for this class was generated from the following file: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1