#include <parser-structs.h>
Inheritance diagram for n_rule:
Public Member Functions | |
n_rule (const n_functor *, const n_body *) | |
n_rule (const n_functor *) | |
Public Attributes | |
c_rule * | rule |
|
Constructor taking the head and the body of the rule (in case of a call). |
|
Constructor taking the head of the rule (in case of an answer). |
|
The c_rule representing this rule. |