Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
DCodeGenerator.java1135 AttributeScope scope = refdRule.getAttributeScope(y); in issueInvalidAttributeError()
1178 AttributeScope scope = enclosingRule.getAttributeScope(x); in issueInvalidAttributeError()
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DRule.java368 public AttributeScope getAttributeScope(String name) { in getAttributeScope() method in Rule