📄 objrtgen.h
字号:
/*******************************************************/ /* "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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -