Uses of Enum
spoon.pattern.Quantifier
Packages that use Quantifier
-
Uses of Quantifier in spoon.pattern
Methods in spoon.pattern that return QuantifierModifier and TypeMethodDescriptionstatic Quantifier
Returns the enum constant of this type with the specified name.static Quantifier[]
Quantifier.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in spoon.pattern with parameters of type QuantifierModifier and TypeMethodDescriptionPatternParameterConfigurator.setMatchingStrategy(Quantifier quantifier)
-
Uses of Quantifier in spoon.pattern.internal.node
Methods in spoon.pattern.internal.node that return QuantifierModifier and TypeMethodDescriptionConstantNode.getMatchingStrategy()
ElementNode.getMatchingStrategy()
ForEachNode.getMatchingStrategy()
MapEntryNode.getMatchingStrategy()
ParameterNode.getMatchingStrategy()
RepeatableMatcher.getMatchingStrategy()
If twoRepeatableMatcher
s in a list are matching the same element, then returnedQuantifier
defines how resolve this conflictStringNode.getMatchingStrategy()
-
Uses of Quantifier in spoon.pattern.internal.parameter
Methods in spoon.pattern.internal.parameter that return QuantifierModifier and TypeMethodDescriptionAbstractParameterInfo.getMatchingStrategy()
ParameterInfo.getMatchingStrategy()
Methods in spoon.pattern.internal.parameter with parameters of type QuantifierModifier and TypeMethodDescriptionvoid
AbstractParameterInfo.setMatchingStrategy(Quantifier matchingStrategy)