Uses of Class
org.antlr.tool.Attribute

Packages that use Attribute
org.antlr.codegen   
org.antlr.tool   
 

Uses of Attribute in org.antlr.codegen
 

Methods in org.antlr.codegen that return Attribute
 Attribute ActionTranslatorLexer.getRuleLabelAttribute(java.lang.String ruleName, java.lang.String attrName)
          For $rulelabel.name, return the Attribute found for name.
 

Uses of Attribute in org.antlr.tool
 

Methods in org.antlr.tool that return Attribute
 Attribute RuleLabelScope.getAttribute(java.lang.String name)
          If you label a rule reference, you can access that rule's return values as well as any predefined attributes.
 Attribute AttributeScope.getAttribute(java.lang.String name)
           
 

Methods in org.antlr.tool with parameters of type Attribute
 void NameSpaceChecker.checkForRuleScopeAttributeConflict(Rule r, Attribute attribute)
          Check for collision of a rule-scope dynamic attribute with: arg, return value, rule name itself.