Home
last modified time | relevance | path

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

/external/antlr/tool/src/main/java/org/antlr/tool/
DRule.java374 public AttributeScope getAttributeScope(String name) { in getAttributeScope() method in Rule
/external/antlr/tool/src/main/java/org/antlr/codegen/
DCodeGenerator.java1165 AttributeScope scope = refdRule.getAttributeScope(y); in issueInvalidAttributeError()
1208 AttributeScope scope = enclosingRule.getAttributeScope(x); in issueInvalidAttributeError()