#include <kydefs.h>
Public Attributes | |
Rule * | rule |
Pointer ot the rule. | |
unsigned int | matchedLength |
Number of symbols in the input queue that the rule matches. | |
bool | matchesCompletely |
Indication if the rule matches completely, or if it represents more than the current string in th einput queue. | |
TestedElement * | currentElements |
List of tested elements of the rule (elements that lead to other rules are pushed here). | |
InputItem * | lastInputItem |
Pointer to the last item of the input queue that was tested. |
Definition at line 240 of file kydefs.h.