Class Decompile


  • public class Decompile
    extends java.lang.Object
    • Field Detail

      • filteredArgs

        private final java.util.List<java.lang.String> filteredArgs
      • saving

        private final Saving saving
      • vmManager

        private final VmManager vmManager
      • isHex

        private final boolean isHex
    • Constructor Detail

      • Decompile

        public Decompile​(boolean isHex,
                         java.util.List<java.lang.String> filteredArgs,
                         Saving saving,
                         VmManager vmManager,
                         PluginManager pluginManager)
    • Method Detail

      • decompile

        public VmInfo decompile()
                         throws java.lang.Exception
        Throws:
        java.lang.Exception