Searched refs:localRule (Results 1 – 2 of 2) sorted by relevance
132 Rule localRule = grammar.getLocallyDefinedRule(ruleName); in lookForReferencesToUndefinedSymbols() local134 if ( localRule==null && rule!=null ) { // imported rule? in lookForReferencesToUndefinedSymbols()
262 Rule localRule = g.getLocallyDefinedRule(r.name); in getDelegatedRules() local265 if ( localRule!=null || r.isSynPred ) { in getDelegatedRules()