Uses of Enum Class
io.codemodder.codetf.Strategy
-
Uses of Strategy in io.codemodder.codetf
Methods in io.codemodder.codetf that return StrategyModifier and TypeMethodDescriptionCodeTFChangesetEntry.getStrategy()
static Strategy
Returns the enum constant of this class with the specified name.static Strategy[]
Strategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.codemodder.codetf with parameters of type StrategyModifierConstructorDescriptionCodeTFChangesetEntry
(String path, String diff, List<CodeTFChange> changes, CodeTFAiMetadata ai, Strategy strategy, boolean provisional, List<FixedFinding> fixedFindings, FixQuality fixQuality)