Uses of Class
io.codemodder.codetf.CodeTFDiffSide
-
-
Uses of CodeTFDiffSide in io.codemodder.codetf
Methods in io.codemodder.codetf that return CodeTFDiffSide Modifier and Type Method Description CodeTFDiffSide
CodeTFChange. getDiffSide()
static CodeTFDiffSide
CodeTFDiffSide. valueOf(String name)
Returns the enum constant of this type with the specified name.static CodeTFDiffSide[]
CodeTFDiffSide. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.codemodder.codetf with parameters of type CodeTFDiffSide Constructor Description CodeTFChange(int lineNumber, Map<String,String> properties, String description, CodeTFDiffSide diffSide, List<CodeTFPackageAction> packageActions, List<CodeTFParameter> parameters, List<FixedFinding> fixedFindings)
-