Home
last modified time | relevance | path

Searched refs:rulePropertiesScope (Results 1 – 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DRuleLabelScope.java89 AttributeScope rulePropertiesScope = in getAttribute() local
91 if ( rulePropertiesScope.getAttribute(name)!=null ) { in getAttribute()
92 return rulePropertiesScope.getAttribute(name); in getAttribute()
DRule.java389 AttributeScope rulePropertiesScope = in getLocalAttributeScope() local
391 if ( rulePropertiesScope.getAttribute(name)!=null ) { in getLocalAttributeScope()
392 scope = rulePropertiesScope; in getLocalAttributeScope()