Package | Description |
---|---|
org.eth.cyril.bugfixer | |
org.eth.cyril.bugfixer.execution |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<DynamicJavaCode.CompileInformation> |
CompilationTask.getCompileInformation(RewritingPermutator.ArgumentPermutation permutation)
Gets the compile information for the given permutation.
|
Modifier and Type | Method and Description |
---|---|
DynamicJavaCode.CompileInformation |
DynamicJavaCode.compileJava(java.util.Collection<CompilableClass> classes,
CompilerOptions options)
Compiles the Java code contained in the given classes.
|
(package private) DynamicJavaCode.CompileInformation |
CompilableClass.getCompileInformation() |
Modifier and Type | Method and Description |
---|---|
DynamicJavaCode.MainMethod |
DynamicJavaCode.getMainMethod(DynamicJavaCode.FullClassName className,
java.lang.String methodName,
DynamicJavaCode.CompileInformation information,
java.util.Collection<java.lang.Class<?>> validComponentTypes)
Get the main method from the class with the given name, getting the method with the given name.
|
(package private) void |
CompilableClass.setCompileInformation(DynamicJavaCode.CompileInformation compileInformation) |