Package | Description |
---|---|
monq.jfa |
Implements Finite Automata, deterministic and
nondeterministic, with an engine for high throughput filtering of
text.
|
Modifier and Type | Field and Description |
---|---|
static ReParserFactory |
ReClassicParser.factory
is a factory object that creates instances of
ReClassicParser . |
Modifier and Type | Method and Description |
---|---|
static ReParserFactory |
Nfa.getDefaultParserFactory()
returns the default parser factory used by
Nfa s
to obtain a default ReParser . |
Modifier and Type | Method and Description |
---|---|
static void |
Nfa.setDefaultParserFactory(ReParserFactory rpf)
sets the default parser factory used by
Nfa s to
obtain a default ReParser . |