Uses of Class
org.antlr.v4.tool.AttributeDict
Packages that use AttributeDict
-
Uses of AttributeDict in org.antlr.v4.parse
Methods in org.antlr.v4.parse that return AttributeDictModifier and TypeMethodDescriptionstatic AttributeDictstatic AttributeDictScopeParser.parseTypedArgList(ActionAST action, String s, Grammar g) Given an arg or retval scope definition list like -
Uses of AttributeDict in org.antlr.v4.semantics
Methods in org.antlr.v4.semantics with parameters of type AttributeDictModifier and TypeMethodDescriptionprotected voidSymbolChecks.checkDeclarationRuleConflicts(Rule r, AttributeDict attributes, Set<String> ruleNames, ErrorType errorType) protected voidSymbolChecks.checkLocalConflictingDeclarations(Rule r, AttributeDict attributes, AttributeDict referenceAttributes, ErrorType errorType) -
Uses of AttributeDict in org.antlr.v4.tool
Fields in org.antlr.v4.tool declared as AttributeDictModifier and TypeFieldDescriptionRule.argsAttribute.dictWho contains us?Rule.localsstatic final AttributeDictRule refs have a predefined set of attributes as well as the return values and args.static final AttributeDictAttributeDict.predefinedTokenDictAllTokenscopes (token labels) share the same fixed scope of of predefined attributes.Rule.retvalsFields in org.antlr.v4.tool with type parameters of type AttributeDictModifier and TypeFieldDescriptionstatic final Map<String, AttributeDict> Grammar.grammarAndLabelRefTypeToScopeMethods in org.antlr.v4.tool that return AttributeDictMethods in org.antlr.v4.tool with parameters of type AttributeDictModifier and TypeMethodDescriptionAttributeDict.intersection(AttributeDict other) Return the set of keys that collide fromthisandother.