Uses of Class
org.antlr.v4.misc.FrequencySet
Packages that use FrequencySet
-
Uses of FrequencySet in org.antlr.v4.codegen.model
Methods in org.antlr.v4.codegen.model that return FrequencySetModifier and TypeMethodDescriptionprotected static FrequencySet
<String> ElementFrequenciesVisitor.combineAndClip
(FrequencySet<String> a, FrequencySet<String> b, int clip) Generate a frequency set as the union of two input sets, with the values clipped to a specified maximum value.protected static FrequencySet
<String> ElementFrequenciesVisitor.combineMax
(FrequencySet<String> a, FrequencySet<String> b) Generate a frequency set as the union of two input sets.protected static FrequencySet
<String> ElementFrequenciesVisitor.combineMin
(FrequencySet<String> a, FrequencySet<String> b) Generate a frequency set as the union of two input sets.Methods in org.antlr.v4.codegen.model that return types with arguments of type FrequencySetModifier and TypeMethodDescriptionprotected Pair
<FrequencySet<String>, FrequencySet<String>> RuleFunction.getElementFrequenciesForAlt
(AltAST ast) Given list of X and r refs in alt, compute how many of each there areprotected Pair
<FrequencySet<String>, FrequencySet<String>> RuleFunction.getElementFrequenciesForAlt
(AltAST ast) Given list of X and r refs in alt, compute how many of each there areMethods in org.antlr.v4.codegen.model with parameters of type FrequencySetModifier and TypeMethodDescriptionprotected static FrequencySet
<String> ElementFrequenciesVisitor.combineAndClip
(FrequencySet<String> a, FrequencySet<String> b, int clip) Generate a frequency set as the union of two input sets, with the values clipped to a specified maximum value.protected static FrequencySet
<String> ElementFrequenciesVisitor.combineMax
(FrequencySet<String> a, FrequencySet<String> b) Generate a frequency set as the union of two input sets.protected static FrequencySet
<String> ElementFrequenciesVisitor.combineMin
(FrequencySet<String> a, FrequencySet<String> b) Generate a frequency set as the union of two input sets.