Searched refs:CompositeGrammar (Results 1 – 10 of 10) sorted by relevance
213 CompositeGrammar composite = new CompositeGrammar(); in testDelegatesSeeSameTokenType2()251 CompositeGrammar composite = new CompositeGrammar(); in testCombinedImportsCombined()285 CompositeGrammar composite = new CompositeGrammar(); in testSameStringTwoNames()338 CompositeGrammar composite = new CompositeGrammar(); in testSameNameTwoStrings()386 CompositeGrammar composite = new CompositeGrammar(); in testImportedTokenVocabIgnoredWithWarning()428 CompositeGrammar composite = new CompositeGrammar(); in testImportedTokenVocabWorksInRoot()463 CompositeGrammar composite = new CompositeGrammar(); in testSyntaxErrorsInImportsNotThrownOut()489 CompositeGrammar composite = new CompositeGrammar(); in testSyntaxErrorsInImportsNotThrownOut2()620 CompositeGrammar composite = new CompositeGrammar(); in testLexerDelegatorRuleOverridesDelegateLeavingNoRules()660 CompositeGrammar composite = new CompositeGrammar(); in testInvalidImportMechanism()[all …]
788 CompositeGrammar composite = new CompositeGrammar(); in testTokenVocabStringUsedInLexer()820 CompositeGrammar composite = new CompositeGrammar(); in testTokenVocabStringUsedInCombined()
78 CompositeGrammar composite = new CompositeGrammar(); in main()
59 public class CompositeGrammar { class151 public CompositeGrammar() { in CompositeGrammar() method in CompositeGrammar156 public CompositeGrammar(Grammar g) { in CompositeGrammar() method in CompositeGrammar
156 CompositeGrammar composite = new CompositeGrammar(); in main()
50 CompositeGrammar composite = root.composite; in toString()
45 …for (int i = CompositeGrammar.MIN_RULE_INDEX; i < grammar.composite.ruleIndexToRuleList.size(); i+… in checkConflicts()
348 public CompositeGrammar composite;559 public Grammar(Tool tool, String fileName, CompositeGrammar composite) { in Grammar()580 composite = new CompositeGrammar(this); in Grammar()
618 CompositeGrammar composite = new CompositeGrammar(); in getRootGrammar()
1305 use of the CompositeGrammar object and handling of multiple1414 src/org/antlr/tool/CompositeGrammar.java # add1440 tracking into the CompositeGrammar object. I added code to1490 src/org/antlr/tool/CompositeGrammar.java