Uses of Class
org.antlr.v4.tool.Attribute
Packages that use Attribute
-
Uses of Attribute in org.antlr.v4.codegen.model.decl
Methods in org.antlr.v4.codegen.model.decl with parameters of type AttributeMethod parameters in org.antlr.v4.codegen.model.decl with type arguments of type AttributeConstructors in org.antlr.v4.codegen.model.decl with parameters of type Attribute -
Uses of Attribute in org.antlr.v4.parse
Methods in org.antlr.v4.parse that return AttributeModifier and TypeMethodDescriptionstatic Attribute
For decls like "String foo" or "char *foo32[]" compute the ID and type declarations.Methods in org.antlr.v4.parse with parameters of type Attribute -
Uses of Attribute in org.antlr.v4.tool
Fields in org.antlr.v4.tool with type parameters of type AttributeModifier and TypeFieldDescriptionfinal LinkedHashMap
<String, Attribute> AttributeDict.attributes
The list ofAttribute
objects.Methods in org.antlr.v4.tool that return AttributeModifier and TypeMethodDescriptionRule.resolveRetvalOrProperty
(String y) Alternative.resolveToAttribute
(String x, String y, ActionAST node) $x.y, x can be surrounding rule, token/rule/label ref.Alternative.resolveToAttribute
(String x, ActionAST node) $x Attribute: rule arguments, return values, predefined rule prop.AttributeResolver.resolveToAttribute
(String x, String y, ActionAST node) AttributeResolver.resolveToAttribute
(String x, ActionAST node) Grammar.resolveToAttribute
(String x, String y, ActionAST node) Grammar.resolveToAttribute
(String x, ActionAST node) Rule.resolveToAttribute
(String x, String y, ActionAST node) $x.y Attribute: x is surrounding rule, label ref (in any alts)Rule.resolveToAttribute
(String x, ActionAST node) $x Attribute: rule arguments, return values, predefined rule prop.Methods in org.antlr.v4.tool with parameters of type Attribute