OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cyclic
(Results
1 - 2
of
2
) sorted by null
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DFA.java
112
/** While building the DFA, track max lookahead depth if not
cyclic
*/
121
protected boolean
cyclic
= false;
field in class:DFA
246
// must be after verify as it computes
cyclic
, needed by this routine
270
* of integers starting from 0. Only
cyclic
DFA can have unused positions
546
" dec "+s.dfa.decisionNumber+"
cyclic
="+s.dfa.isCyclic());
722
/** Is this DFA
cyclic
? That is, are there any loops? If not, then
729
return
cyclic
&& getUserMaxLookahead()==0;
786
// not
cyclic
; don't worry about termination
868
/** Compute
cyclic
w/o relying on state computed during analysis. just check. */
870
boolean
cyclic
= _hasCycle(startState, new HashMap<DFAState, Integer>())
[
all
...]
/external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar
Completed in 48 milliseconds