Uses of Enum Class
io.codemodder.codetf.CodeTFDiffSide
Packages that use CodeTFDiffSide
-
Uses of CodeTFDiffSide in io.codemodder.codetf
Methods in io.codemodder.codetf that return CodeTFDiffSideModifier and TypeMethodDescriptionCodeTFChange.getDiffSide()
static CodeTFDiffSide
Returns the enum constant of this class with the specified name.static CodeTFDiffSide[]
CodeTFDiffSide.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 CodeTFDiffSideModifierConstructorDescriptionCodeTFChange
(int lineNumber, Map<String, String> properties, String description, CodeTFDiffSide diffSide, List<CodeTFPackageAction> packageActions, List<CodeTFParameter> parameters, List<FixedFinding> fixedFindings)