Uses of Class
org.antlr.v4.tool.AttributeDict
-
Packages that use AttributeDict Package Description org.antlr.v4.parse org.antlr.v4.semantics org.antlr.v4.tool -
-
Uses of AttributeDict in org.antlr.v4.parse
Methods in org.antlr.v4.parse that return AttributeDict Modifier and Type Method Description static AttributeDict
ScopeParser. parse(ActionAST action, String s, char separator, Grammar g)
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 AttributeDict Modifier and Type Method Description protected 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 AttributeDict Modifier and Type Field Description AttributeDict
Rule. args
AttributeDict
Attribute. dict
Who contains us?AttributeDict
Rule. locals
static AttributeDict
Rule. predefinedRulePropertiesDict
Rule refs have a predefined set of attributes as well as the return values and args.static AttributeDict
AttributeDict. predefinedTokenDict
AllToken
scopes (token labels) share the same fixed scope of of predefined attributes.AttributeDict
Rule. retvals
Fields in org.antlr.v4.tool with type parameters of type AttributeDict Modifier and Type Field Description static Map<String,AttributeDict>
Grammar. grammarAndLabelRefTypeToScope
Methods in org.antlr.v4.tool that return AttributeDict Modifier and Type Method Description AttributeDict
Rule. getPredefinedScope(LabelType ltype)
Methods in org.antlr.v4.tool with parameters of type AttributeDict Modifier and Type Method Description Set<String>
AttributeDict. intersection(AttributeDict other)
Return the set of keys that collide fromthis
andother
.
-