HomeSort by relevance Sort by last modified time
    Searched full:rulepropertiesscope (Results 1 - 2 of 2) sorted by null

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
RuleLabelScope.java 89 AttributeScope rulePropertiesScope =
91 if ( rulePropertiesScope.getAttribute(name)!=null ) {
92 return rulePropertiesScope.getAttribute(name);
Rule.java 389 AttributeScope rulePropertiesScope =
391 if ( rulePropertiesScope.getAttribute(name)!=null ) {
392 scope = rulePropertiesScope;

Completed in 39 milliseconds