Searched refs:getDelegators (Results 1 – 2 of 2) sorted by relevance
231 public List<Grammar> getDelegators(Grammar g) { in getDelegators() method in CompositeGrammar
815 List<Grammar> grammarsFromRootToMe = composite.getDelegators(this); in getRecognizerName()2684 public List<Grammar> getDelegators() { in getDelegators() method in Grammar2685 return composite.getDelegators(this); in getDelegators()