Uses of Enum Class
io.codemodder.codetf.v3.Strategy
Packages that use Strategy
-
Uses of Strategy in io.codemodder.codetf.v3
Methods in io.codemodder.codetf.v3 that return StrategyModifier and TypeMethodDescriptionGenerationMetadata.getStrategy()static StrategyReturns 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.v3 with parameters of type StrategyModifierConstructorDescriptionGenerationMetadata(Strategy strategy, AIMetadata ai, boolean provisional)