Interface IDecompiler


  • public interface IDecompiler
    Interface to allow the actual decompiler to be loaded on-demand
    • Method Detail

      • decompile

        void decompile​(java.io.File file)
        Decompile a class file
        Parameters:
        file - .class file to decompile