src/clipsrules/core/reorder.h File Reference
#include "ruledef.h"
#include "expressn.h"
Go to the source code of this file.
|
Classes |
| struct | lhsParseNode |
Defines |
| #define | LOCALE extern |
Functions |
| LOCALE struct lhsParseNode * | ReorderPatterns (void *, struct lhsParseNode *, int *) |
| LOCALE struct lhsParseNode * | CopyLHSParseNodes (void *, struct lhsParseNode *) |
| LOCALE void | CopyLHSParseNode (void *, struct lhsParseNode *, struct lhsParseNode *, int) |
| LOCALE struct lhsParseNode * | GetLHSParseNode (void *) |
| LOCALE void | ReturnLHSParseNodes (void *, struct lhsParseNode *) |
| LOCALE struct lhsParseNode * | ExpressionToLHSParseNodes (void *, struct expr *) |
| LOCALE struct expr * | LHSParseNodesToExpression (void *, struct lhsParseNode *) |
| LOCALE void | AddInitialPatterns (void *, struct lhsParseNode *) |
| LOCALE int | IsExistsSubjoin (struct lhsParseNode *, int) |
Define Documentation
Function Documentation
| LOCALE void AddInitialPatterns |
( |
void * |
, |
|
|
struct lhsParseNode * |
| |
|
) |
| | |
| LOCALE struct lhsParseNode* ExpressionToLHSParseNodes |
( |
void * |
, |
|
|
struct expr * |
| |
|
) |
| | [read] |
| LOCALE struct lhsParseNode* GetLHSParseNode |
( |
void * |
|
) |
[read] |
| LOCALE struct expr* LHSParseNodesToExpression |
( |
void * |
, |
|
|
struct lhsParseNode * |
| |
|
) |
| | [read] |
| LOCALE void ReturnLHSParseNodes |
( |
void * |
, |
|
|
struct lhsParseNode * |
| |
|
) |
| | |