objrtgen.h

来自「NASA 开发使用的一个专家系统」· C头文件 代码 · 共 74 行

H
74
字号
   /*******************************************************/   /*      "C" Language Integrated Production System      */   /*                                                     */   /*               CLIPS Version 6.05  04/09/97          */   /*                                                     */   /*                                                     */   /*******************************************************//*************************************************************//* Purpose:                                                  *//*                                                           *//* Principal Programmer(s):                                  *//*      Brian L. Donnell                                     *//*                                                           *//* Contributing Programmer(s):                               *//*                                                           *//* Revision History:                                         *//*                                                           *//*************************************************************/#ifndef _H_objrtgen#define _H_objrtgen#if INSTANCE_PATTERN_MATCHING && (! RUN_TIME) && (! BLOAD_ONLY)#ifndef _H_expressn#include "expressn.h"#endif#ifndef _H_reorder#include "reorder.h"#endif#ifdef LOCALE#undef LOCALE#endif#ifdef _OBJRTGEN_SOURCE_#define LOCALE#else#define LOCALE extern#endif#if ANSI_COMPILERLOCALE VOID ReplaceGetJNObjectValue(EXPRESSION *,struct lhsParseNode *);LOCALE EXPRESSION *GenGetJNObjectValue(struct lhsParseNode *);LOCALE EXPRESSION *ObjectJNVariableComparison(struct lhsParseNode *,struct lhsParseNode *);LOCALE EXPRESSION *GenObjectPNConstantCompare(struct lhsParseNode *);LOCALE VOID ReplaceGetPNObjectValue(EXPRESSION *,struct lhsParseNode *);LOCALE EXPRESSION *GenGetPNObjectValue(struct lhsParseNode *);LOCALE EXPRESSION *ObjectPNVariableComparison(struct lhsParseNode *,struct lhsParseNode *);LOCALE VOID GenObjectLengthTest(struct lhsParseNode *);LOCALE VOID GenObjectZeroLengthTest(struct lhsParseNode *);#elseLOCALE VOID ReplaceGetJNObjectValue();LOCALE EXPRESSION *GenGetJNObjectValue();LOCALE EXPRESSION *ObjectJNVariableComparison();LOCALE EXPRESSION *GenObjectPNConstantCompare();LOCALE VOID ReplaceGetPNObjectValue();LOCALE EXPRESSION *GenGetPNObjectValue();LOCALE EXPRESSION *ObjectPNVariableComparison();LOCALE VOID GenObjectLengthTest();LOCALE VOID GenObjectZeroLengthTest();#endif#endif#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?