Interface IDecompiler


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

    Modifier and Type Method Description
    void decompile​(java.io.File file)
    Decompile a class file
  • Method Details

    • decompile

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