Searched refs:importTokenVocabulary (Results 1 – 8 of 8) sorted by relevance
51 g.importTokenVocabulary(pg); in testSimpleParse()87 g.importTokenVocabulary(pg); in testMismatchedTokenError()121 g.importTokenVocabulary(pg); in testMismatchedSetError()156 g.importTokenVocabulary(pg); in testNoViableAltError()
163 g.importTokenVocabulary(pg); in testTokensRules()
2538 lexerGrammar.importTokenVocabulary(g); in testArgsOnTokenInLexerRuleOfCombined()2571 lexerGrammar.importTokenVocabulary(g); in testMissingArgsOnTokenInLexerRuleOfCombined()
102 lexer.importTokenVocabulary(parser); in main()
182 lexer.importTokenVocabulary(parser); in main()
2260 public int importTokenVocabulary(Grammar importFromGr) { in importTokenVocabulary() method in Grammar2356 public int importTokenVocabulary(GrammarAST tokenVocabOptionAST, in importTokenVocabulary() method in Grammar
239 grammar.importTokenVocabulary($ID,(String)$optionValue.value);
533 lexerGrammar.importTokenVocabulary(rootGrammar); in process()