|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLAISCRIPT::CConstraintDebug Class ReferenceA debug constraint.
More...
#include <constraint_debug.h>
Inheritance diagram for NLAISCRIPT::CConstraintDebug:
List of all members.
Detailed Description
A debug constraint.
It keep a trace between original source code and OpCode. -
Author:
-
Gabriel ROBERT , Nevrax France
-
Date:
-
2000
Definition at line 41 of file constraint_debug.h.
Constructor & Destructor Documentation
NLAISCRIPT::CConstraintDebug::CConstraintDebug |
( |
int |
lin, |
|
|
int |
col |
|
) |
|
|
|
Constructor param lin Line number in the source code.
param col Colonne number in the source code.
Definition at line 30 of file constraint_debug.cpp.
References _Code, and _Txt.
Referenced by clone. |
NLAISCRIPT::CConstraintDebug::~CConstraintDebug |
( |
|
) |
[virtual] |
|
Member Function Documentation
void NLAISCRIPT::CConstraintDebug::addIndex |
( |
int |
i, |
|
|
CCodeBrancheRun * |
c |
|
) |
[virtual] |
|
const IConstraint * NLAISCRIPT::CConstraintDebug::clone |
( |
|
) |
const [virtual] |
|
bool NLAISCRIPT::CConstraintDebug::dependOn |
( |
const IConstraint * |
|
) |
const [virtual] |
|
int NLAISCRIPT::CConstraintDebug::getColone |
( |
|
) |
const [inline, virtual] |
|
const NLAIC::CIdentType * NLAISCRIPT::CConstraintDebug::getConstraintTypeOf |
( |
|
) |
[virtual] |
|
void NLAISCRIPT::CConstraintDebug::getError |
( |
char * |
|
) |
const [virtual] |
|
const char * NLAISCRIPT::CConstraintDebug::getInfo |
( |
|
) |
[virtual] |
|
int NLAISCRIPT::CConstraintDebug::getLine |
( |
|
) |
const [inline, virtual] |
|
ConstraintTypeEnum NLAISCRIPT::CConstraintDebug::getTypeOfClass |
( |
|
) |
const [inline, virtual] |
|
bool NLAISCRIPT::CConstraintDebug::operator== |
( |
const IConstraint & |
|
) |
const [virtual] |
|
void NLAISCRIPT::CConstraintDebug::run |
( |
IConstraint * |
c |
) |
[virtual] |
|
void NLAISCRIPT::CConstraintDebug::run |
( |
CCompilateur & |
c |
) |
[virtual] |
|
bool NLAISCRIPT::CConstraintDebug::satisfied |
( |
|
) |
[virtual] |
|
Member Data Documentation
int NLAISCRIPT::CConstraintDebug::_Col [private]
|
|
int NLAISCRIPT::CConstraintDebug::_I [private]
|
|
int NLAISCRIPT::CConstraintDebug::_Lin [private]
|
|
bool NLAISCRIPT::CConstraintDebug::_Satisfied [private]
|
|
char* NLAISCRIPT::CConstraintDebug::_Txt [private]
|
|
The documentation for this class was generated from the following files:
|
|