Package | Description |
---|---|
org.eth.cyril.bugfixer.execution |
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.
|
Modifier and Type | Method and Description |
---|---|
JavaResult |
DynamicJavaCode.execute(DynamicJavaCode.MainMethod method,
java.util.List<?> args)
Executes the given main method.
|