Uses of Class
io.codemodder.codetf.CodeTFChange
-
-
Uses of CodeTFChange in io.codemodder.codetf
Methods in io.codemodder.codetf that return CodeTFChange Modifier and Type Method Description CodeTFChange
CodeTFChange.Builder. build()
Methods in io.codemodder.codetf that return types with arguments of type CodeTFChange Modifier and Type Method Description List<CodeTFChange>
CodeTFChangesetEntry. getChanges()
Methods in io.codemodder.codetf with parameters of type CodeTFChange Modifier and Type Method Description static CodeTFChange.Builder
CodeTFChange. basedOn(CodeTFChange change)
Create a newCodeTFChange
builder based on an existing instance.Constructor parameters in io.codemodder.codetf with type arguments of type CodeTFChange Constructor Description CodeTFChangesetEntry(String path, String diff, List<CodeTFChange> changes)
-