Uses of Class
io.codemodder.codetf.CodeTFChangesetEntry
-
-
Uses of CodeTFChangesetEntry in io.codemodder.codetf
Methods in io.codemodder.codetf that return types with arguments of type CodeTFChangesetEntry Modifier and Type Method Description List<CodeTFChangesetEntry>CodeTFResult. getChangeset()Method parameters in io.codemodder.codetf with type arguments of type CodeTFChangesetEntry Modifier and Type Method Description CodeTFResult.BuilderCodeTFResult.Builder. withChangeset(List<CodeTFChangesetEntry> changeset)Constructor parameters in io.codemodder.codetf with type arguments of type CodeTFChangesetEntry Constructor Description CodeTFResult(String codemod, String summary, String description, List<CodeTFChangesetEntry> changeset)Constructor for required (non-nullable) fields
-