OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NFA
(Results
1 - 5
of
5
) sorted by null
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFA.java
33
/** An
NFA
(collection of NFAStates) constructed from a grammar. This
34
*
NFA
is one big machine for entire grammar. Decision points are recorded
36
* the
NFA
(interpret a decision).
38
public class
NFA
{
41
/** This
NFA
represents which grammar? */
44
/** Which factory created this
NFA
? */
49
public
NFA
(Grammar g) {
/external/regex-re2/re2/
nfa.cc
7
// Prog::SearchNFA, an
NFA
search.
8
// This is an actual
NFA
like the theorists talk about,
9
// not the pseudo-
NFA
found in backtracking regexp implementations.
34
class
NFA
{
36
NFA
(Prog* prog);
37
~
NFA
();
125
DISALLOW_EVIL_CONSTRUCTORS(
NFA
);
128
NFA
::
NFA
(Prog* prog) {
146
NFA
::~NFA()
[
all
...]
/ndk/sources/host-tools/nawk-20071023/
b.c
75
#define
NFA
20 /* cache this many dynamic fa's */
76
fa *fatab[
NFA
];
102
if (nfatab <
NFA
) { /* room for another */
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
/prebuilt/common/antlr/
antlr-3.4-complete.jar
Completed in 987 milliseconds