|
|
|
@ -14,6 +14,8 @@ |
|
|
|
|
|
|
|
|
|
package de.fernflower.main.decompiler; |
|
|
|
|
|
|
|
|
|
import java.io.File; |
|
|
|
|
import java.io.IOException; |
|
|
|
|
import java.util.HashMap; |
|
|
|
|
|
|
|
|
|
import de.fernflower.main.DecompilerContext; |
|
|
|
@ -37,6 +39,10 @@ public class EclipseDecompiler { |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void addSpace(File file, boolean isOwn) throws IOException { |
|
|
|
|
fernflower.getStructcontext().addSpace(file, isOwn); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void decompileContext() { |
|
|
|
|
fernflower.decompileContext(); |
|
|
|
|
} |
|
|
|
|