Home
last modified time | relevance | path

Searched refs:createLookaheadDFAs (Results 1 – 8 of 8) sorted by relevance

/external/antlr/tool/src/test/java/org/antlr/test/
DTestCharDFAConversion.java52 g.createLookaheadDFAs(); in testSimpleRangeVersusChar()
67 g.createLookaheadDFAs(); in testRangeWithDisjointSet()
84 g.createLookaheadDFAs(false); in testDisjointSetCollidingWithTwoRanges()
373 g.createLookaheadDFAs(); in testRecursive()
397 g.createLookaheadDFAs(); in testRecursive2()
417 g.createLookaheadDFAs(); in testNotFragmentInLexer()
429 g.createLookaheadDFAs(); in testNotSetFragmentInLexer()
441 g.createLookaheadDFAs(); in testNotTokenInLexer()
523 g.createLookaheadDFAs(false); in checkDecision()
DTestDFAMatching.java49 g.createLookaheadDFAs(false); in testSimpleAltCharTest()
62 g.createLookaheadDFAs(false); in testSets()
76 g.createLookaheadDFAs(false); in testFiniteCommonLeftPrefixes()
90 g.createLookaheadDFAs(false); in testSimpleLoops()
DTestSemanticPredicates.java262 g.createLookaheadDFAs(false); in testLeftRecursivePred()
371 g.createLookaheadDFAs(false); in testPredsUsedAfterRecursionOverflow()
405 g.createLookaheadDFAs(false); in testPredsUsedAfterK2FailsNoRecursionOverflow()
808 g.createLookaheadDFAs(false); in checkDecision()
DTestDFAConversion.java1544 g.createLookaheadDFAs(false); in assertNonLLStar()
1563 g.createLookaheadDFAs(false); in assertRecursionOverflow()
1630 g.createLookaheadDFAs(false); in checkDecision()
DTestCompositeGrammars.java627 g.createLookaheadDFAs(false); in testLexerDelegatorRuleOverridesDelegateLeavingNoRules()
/external/antlr/tool/src/main/java/org/antlr/tool/
DInterpreter.java143 grammar.createLookaheadDFAs(); in scan()
181 grammar.createLookaheadDFAs(); in parse()
325 s.nfa.grammar.createLookaheadDFAs(); in parseEngine()
DGrammar.java1068 public void createLookaheadDFAs() { in createLookaheadDFAs() method in Grammar
1069 createLookaheadDFAs(true); in createLookaheadDFAs()
1072 public void createLookaheadDFAs(boolean wackTempStructures) { in createLookaheadDFAs() method in Grammar
/external/antlr/tool/src/main/java/org/antlr/codegen/
DTarget.java118 grammar.createLookaheadDFAs(); in performGrammarAnalysis()