Searched refs:getDelegatedRules (Results 1 – 3 of 3) sorted by relevance
53 Set<Rule> delegatedRules = grammar.getDelegatedRules(); in performGrammarAnalysis()
255 public Set<Rule> getDelegatedRules(Grammar g) { in getDelegatedRules() method in CompositeGrammar
2638 public Set<Rule> getDelegatedRules() { in getDelegatedRules() method in Grammar2639 return composite.getDelegatedRules(this); in getDelegatedRules()