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 AttributeDict
static AttributeDict
ScopeParser.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 void
SymbolChecks.checkDeclarationRuleConflicts
(Rule r, AttributeDict attributes, Set<String> ruleNames, ErrorType errorType) protected void
SymbolChecks.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.args
Attribute.dict
Who contains us?Rule.locals
static final AttributeDict
Rule refs have a predefined set of attributes as well as the return values and args.static final AttributeDict
AttributeDict.predefinedTokenDict
AllToken
scopes (token labels) share the same fixed scope of of predefined attributes.Rule.retvals
Fields in org.antlr.v4.tool with type parameters of type AttributeDictModifier and TypeFieldDescriptionstatic final Map
<String, AttributeDict> Grammar.grammarAndLabelRefTypeToScope
Methods 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 fromthis
andother
.