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