Uses of Class
org.antlr.tool.Attribute
Packages that use Attribute
-
Uses of Attribute in org.antlr.grammar.v3
Methods in org.antlr.grammar.v3 that return AttributeModifier and TypeMethodDescriptionActionTranslator.getRuleLabelAttribute
(String ruleName, String attrName) For $rulelabel.name, return the Attribute found for name. -
Uses of Attribute in org.antlr.tool
Fields in org.antlr.tool with type parameters of type AttributeModifier and TypeFieldDescriptionprotected LinkedHashMap<String,
Attribute> AttributeScope.attributes
The list of Attribute objectsMethods in org.antlr.tool that return AttributeModifier and TypeMethodDescriptionAttributeScope.getAttribute
(String name) RuleLabelScope.getAttribute
(String name) If you label a rule reference, you can access that rule's return values as well as any predefined attributes.Methods in org.antlr.tool that return types with arguments of type AttributeModifier and TypeMethodDescriptionAttributeScope.getAttributes()
Used by templates to get all attributesMethods in org.antlr.tool with parameters of type AttributeModifier and TypeMethodDescriptionvoid
NameSpaceChecker.checkForRuleScopeAttributeConflict
(Rule r, Attribute attribute) Check for collision of a rule-scope dynamic attribute with: arg, return value, rule name itself.