Searched refs:importFromGr (Results 1 – 1 of 1) sorted by relevance
2260 public int importTokenVocabulary(Grammar importFromGr) { in importTokenVocabulary() argument2261 Set<String> importedTokenIDs = importFromGr.getTokenIDs(); in importTokenVocabulary()2263 int tokenType = importFromGr.getTokenType(tokenID); in importTokenVocabulary()