#include <jtree.h>
Data Fields | |
unsigned char | NodeType |
unsigned char | temp |
jnode * | Bytes [256] |
jnode * | FailNode |
char | IsTerminal |
int | TerminalRuleID |
int | Count |
Definition at line 22 of file jtree.h.
unsigned char jnode::NodeType |
unsigned char jnode::temp |
Definition at line 24 of file jtree.h.
Referenced by AddStringJTreeReal(), ConvertNode(), and MatchStrings().
struct jnode* jnode::Bytes[256] [read] |
Definition at line 25 of file jtree.h.
Referenced by AddStringJTreeReal(), ConvertNode(), FindOptimalNode(), FreeNode(), and MatchStrings().
struct jnode* jnode::FailNode [read] |
char jnode::IsTerminal |
int jnode::Count |