Searched refs:importTokenVocabulary (Results 1 – 8 of 8) sorted by relevance
49 g.importTokenVocabulary(pg); in testSimpleParse()85 g.importTokenVocabulary(pg); in testMismatchedTokenError()119 g.importTokenVocabulary(pg); in testMismatchedSetError()154 g.importTokenVocabulary(pg); in testNoViableAltError()
161 g.importTokenVocabulary(pg); in testTokensRules()
2536 lexerGrammar.importTokenVocabulary(g); in testArgsOnTokenInLexerRuleOfCombined()2569 lexerGrammar.importTokenVocabulary(g); in testMissingArgsOnTokenInLexerRuleOfCombined()
100 lexer.importTokenVocabulary(parser); in main()
181 lexer.importTokenVocabulary(parser); in main()
2215 public int importTokenVocabulary(Grammar importFromGr) { in importTokenVocabulary() method in Grammar2312 public int importTokenVocabulary(GrammarAST tokenVocabOptionAST, in importTokenVocabulary() method in Grammar
238 grammar.importTokenVocabulary($ID,(String)$optionValue.value);
514 lexerGrammar.importTokenVocabulary(rootGrammar); in process()