OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:configsinalt
(Results
1 - 1
of
1
) sorted by null
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DOTGenerator.java
345
List
configsInAlt
= new ArrayList();
349
configsInAlt
.add(c);
352
for (int cIndex = 0; cIndex <
configsInAlt
.size(); cIndex++) {
354
(NFAConfiguration)
configsInAlt
.get(cIndex);
357
if ( (cIndex+1)<
configsInAlt
.size() ) {
360
if ( n%5==0 && (
configsInAlt
.size()-cIndex)>3 ) {
Completed in 501 milliseconds