Home
last modified time | relevance | path

Searched refs:refdRule (Results 1 – 4 of 4) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DActionAnalysis.g88 Rule refdRule = grammar.getRule(refdRuleName);
89 if ( refdRule!=null ) {
90 scope = refdRule.getLocalAttributeScope($y.text);
96 Rule refdRule = grammar.getRule(refdRuleName);
97 if ( refdRule!=null ) {
98 scope = refdRule.getLocalAttributeScope($y.text);
DActionTranslator.g384 Rule refdRule = grammar.getRule(refdRuleName);
385 AttributeScope scope = refdRule.getLocalAttributeScope($y.text);
403 st.add("referencedRule", refdRule);
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
DCodeGenerator.java1134 Rule refdRule = grammar.getRule(refdRuleName); in issueInvalidAttributeError() local
1135 AttributeScope scope = refdRule.getAttributeScope(y); in issueInvalidAttributeError()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DGrammar.java1935 Rule refdRule = getRule(pair.elementRef.getText()); in removeUselessLabels() local
1936 if ( refdRule!=null && !refdRule.getHasReturnValue() && !pair.actionReferencesLabel ) { in removeUselessLabels()