Package | Description |
---|---|
monq.jfa |
Implements Finite Automata, deterministic and
nondeterministic, with an engine for high throughput filtering of
text.
|
Modifier and Type | Method and Description |
---|---|
void |
ReClassicParser.parse(NfaParserView nfa,
java.lang.CharSequence s) |
void |
ReParser.parse(NfaParserView nfa,
java.lang.CharSequence regex)
parses
regex while building up the automaton in
nfa . |