All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gr.uom.java.xmi.decomposition.replacement.SwapArgumentReplacement Maven / Gradle / Ivy

package gr.uom.java.xmi.decomposition.replacement;

public class SwapArgumentReplacement extends Replacement {

	public SwapArgumentReplacement(String before, String after) {
		super(before, after, ReplacementType.SWAP_VARIABLES);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy