?? rulelhs.h
字號(hào):
/*******************************************************/ /* "C" Language Integrated Production System */ /* */ /* CLIPS Version 6.20 01/31/02 */ /* */ /* DEFRULE LHS PARSING HEADER FILE */ /*******************************************************//*************************************************************//* Purpose: Coordinates parsing of the LHS conditional *//* elements of a rule. *//* *//* Principal Programmer(s): *//* Gary D. Riley *//* *//* Contributing Programmer(s): *//* *//* Revision History: *//* *//*************************************************************/#ifndef _H_rulelhs#define _H_rulelhs#ifndef _H_expressn#include "expressn.h"#endif#ifndef _H_reorder#include "reorder.h"#endif#ifndef _H_scanner#include "scanner.h"#endif#ifndef _H_pattern#include "pattern.h"#endif#ifdef LOCALE#undef LOCALE#endif#ifdef _RULELHS_SOURCE_#define LOCALE#else#define LOCALE extern#endifLOCALE struct lhsParseNode *ParseRuleLHS(void *,char *,struct token *,char *,int *);LOCALE void PropagatePatternType(struct lhsParseNode *,struct patternParser *);#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -