Uses of Class
org.antlr.v4.tool.Attribute
-
Packages that use Attribute Package Description org.antlr.v4.codegen.model.decl org.antlr.v4.parse org.antlr.v4.tool -
-
Uses of Attribute in org.antlr.v4.codegen.model.decl
Methods in org.antlr.v4.codegen.model.decl with parameters of type Attribute Modifier and Type Method Description voidStructDecl. addDecl(Attribute a)Method parameters in org.antlr.v4.codegen.model.decl with type arguments of type Attribute Modifier and Type Method Description voidStructDecl. addDecls(Collection<Attribute> attrList)Constructors in org.antlr.v4.codegen.model.decl with parameters of type Attribute Constructor Description AttributeDecl(OutputModelFactory factory, Attribute a) -
Uses of Attribute in org.antlr.v4.parse
Methods in org.antlr.v4.parse that return Attribute Modifier and Type Method Description static AttributeScopeParser. parseAttributeDef(ActionAST action, Pair<String,Integer> decl, Grammar g)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 Modifier and Type Method Description static Pair<Integer,Integer>ScopeParser. _parsePostfixDecl(Attribute attr, String decl, ActionAST a, Grammar g)static Pair<Integer,Integer>ScopeParser. _parsePrefixDecl(Attribute attr, String decl, ActionAST a, Grammar g) -
Uses of Attribute in org.antlr.v4.tool
Fields in org.antlr.v4.tool with type parameters of type Attribute Modifier and Type Field Description LinkedHashMap<String,Attribute>AttributeDict. attributesThe list ofAttributeobjects.Methods in org.antlr.v4.tool that return Attribute Modifier and Type Method Description AttributeAttributeDict. add(Attribute a)AttributeAttributeDict. get(String name)AttributeRule. resolveRetvalOrProperty(String y)AttributeAlternative. resolveToAttribute(String x, String y, ActionAST node)$x.y, x can be surrounding rule, token/rule/label ref.AttributeAlternative. resolveToAttribute(String x, ActionAST node)$x Attribute: rule arguments, return values, predefined rule prop.AttributeAttributeResolver. resolveToAttribute(String x, String y, ActionAST node)AttributeAttributeResolver. resolveToAttribute(String x, ActionAST node)AttributeGrammar. resolveToAttribute(String x, String y, ActionAST node)AttributeGrammar. resolveToAttribute(String x, ActionAST node)AttributeRule. resolveToAttribute(String x, String y, ActionAST node)$x.y Attribute: x is surrounding rule, label ref (in any alts)AttributeRule. 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 Modifier and Type Method Description AttributeAttributeDict. add(Attribute a)
-