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 AttributeDictScopeParser. parse(ActionAST action, String s, char separator, Grammar g)static 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 AttributeDict Modifier and Type Method Description protected 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 AttributeDict Modifier and Type Field Description AttributeDictRule. argsAttributeDictAttribute. dictWho contains us?AttributeDictRule. localsstatic AttributeDictRule. predefinedRulePropertiesDictRule refs have a predefined set of attributes as well as the return values and args.static AttributeDictAttributeDict. predefinedTokenDictAllTokenscopes (token labels) share the same fixed scope of of predefined attributes.AttributeDictRule. retvalsFields in org.antlr.v4.tool with type parameters of type AttributeDict Modifier and Type Field Description static Map<String,AttributeDict>Grammar. grammarAndLabelRefTypeToScopeMethods in org.antlr.v4.tool that return AttributeDict Modifier and Type Method Description AttributeDictRule. 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 fromthisandother.
-