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 a class file
  • Method Details

    • decompile

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