public abstract class AbstractJavaSourceFileMutator extends AbstractFileChangeMutator
sourceFileNOOP| Constructor and Description |
|---|
AbstractJavaSourceFileMutator(java.io.File sourceFile) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
applyChangeTo(BuildContext context,
com.github.javaparser.ast.CompilationUnit compilationUnit) |
protected void |
applyChangeTo(BuildContext context,
java.lang.StringBuilder text) |
afterScenario, beforeBuild, beforeScenario, revert, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitafterBuild, afterCleanup, beforeCleanup, validatepublic AbstractJavaSourceFileMutator(java.io.File sourceFile)
protected void applyChangeTo(BuildContext context, java.lang.StringBuilder text)
applyChangeTo in class AbstractFileChangeMutatorprotected abstract void applyChangeTo(BuildContext context, com.github.javaparser.ast.CompilationUnit compilationUnit)