Uses of Enum
spoon.pattern.Quantifier
-
Uses of Quantifier in spoon.pattern
Modifier 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.Modifier and TypeMethodDescriptionPatternParameterConfigurator.setMatchingStrategy(Quantifier quantifier)
-
Uses of Quantifier in spoon.pattern.internal.node
Modifier 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
Modifier and TypeMethodDescriptionAbstractParameterInfo.getMatchingStrategy()
ParameterInfo.getMatchingStrategy()
Modifier and TypeMethodDescriptionvoid
AbstractParameterInfo.setMatchingStrategy(Quantifier matchingStrategy)