Interface IDecompiler
-
public interface IDecompilerInterface to allow the actual decompiler to be loaded on-demand
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddecompile(java.io.File file)Decompile a class file
-