Uses of Class
org.jrd.backend.decompiling.DecompilerWrapper
-
-
Uses of DecompilerWrapper in org.jrd.backend.communication
Fields in org.jrd.backend.communication declared as DecompilerWrapper Modifier and Type Field Description private DecompilerWrapperRuntimeCompilerConnector.ForeignCompilerWrapper. currentDecompilerConstructors in org.jrd.backend.communication with parameters of type DecompilerWrapper Constructor Description ForeignCompilerWrapper(DecompilerWrapper currentDecompiler) -
Uses of DecompilerWrapper in org.jrd.backend.data
Methods in org.jrd.backend.data that return DecompilerWrapper Modifier and Type Method Description private DecompilerWrapperCli. findDecompiler(java.lang.String decompilerName)static DecompilerWrapperCli. findDecompiler(java.lang.String decompilerName, PluginManager pluginManager) -
Uses of DecompilerWrapper in org.jrd.backend.decompiling
Fields in org.jrd.backend.decompiling with type parameters of type DecompilerWrapper Modifier and Type Field Description private java.util.List<DecompilerWrapper>PluginManager. wrappersMethods in org.jrd.backend.decompiling that return DecompilerWrapper Modifier and Type Method Description DecompilerWrapperPluginManager. createWrapper()DecompilerWrapperDecompilerWrapperDeserializer. deserialize(com.google.gson.JsonElement jsonElement, java.lang.reflect.Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext)static DecompilerWrapperDecompilerWrapper. getJavap()static DecompilerWrapperDecompilerWrapper. getJavapVerbose()Methods in org.jrd.backend.decompiling that return types with arguments of type DecompilerWrapper Modifier and Type Method Description java.util.List<DecompilerWrapper>PluginManager. getWrappers()Methods in org.jrd.backend.decompiling with parameters of type DecompilerWrapper Modifier and Type Method Description voidPluginManager. addWrapper(DecompilerWrapper wrapper)private intPluginManager. compileWrapper(DecompilerWrapper wrapper, java.io.ByteArrayOutputStream errStream)java.lang.StringPluginManager. decompile(DecompilerWrapper wrapper, java.lang.String name, byte[] bytecode, java.lang.String[] options, VmInfo vmInfo, VmManager vmManager)voidPluginManager. deleteWrapper(DecompilerWrapper wrapper)PluginManager.BundledCompilerStatusPluginManager. getBundledCompilerStatus(DecompilerWrapper decompiler)booleanPluginManager. hasBundledCompiler(DecompilerWrapper wrapper)private voidPluginManager. initializeWrapper(DecompilerWrapper wrapper)Compiles wrapper plugin, loads it into JVM and stores it for later.voidPluginManager. replace(DecompilerWrapper oldWrapper, DecompilerWrapper newWrapper)voidPluginManager. saveWrapper(DecompilerWrapper wrapper)com.google.gson.JsonElementDecompilerWrapperSerializer. serialize(DecompilerWrapper decompilerWrapper, java.lang.reflect.Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)voidPluginManager. setLocationForNewWrapper(DecompilerWrapper wrapper)java.lang.StringPluginManager. validatePlugin(DecompilerWrapper plugin)Validating the @param plugin using compilation -
Uses of DecompilerWrapper in org.jrd.frontend.frame.main
Fields in org.jrd.frontend.frame.main with type parameters of type DecompilerWrapper Modifier and Type Field Description private javax.swing.JComboBox<DecompilerWrapper>BytecodeDecompilerView. pluginComboBoxMethods in org.jrd.frontend.frame.main that return DecompilerWrapper Modifier and Type Method Description DecompilerWrapperBytecodeDecompilerView. getSelectedDecompiler()Methods in org.jrd.frontend.frame.main with parameters of type DecompilerWrapper Modifier and Type Method Description (package private) voidDecompilationController.ClassOverwriter. overwriteClass(DecompilerWrapper selectedDecompiler, java.lang.String name, java.lang.String buffer, byte[] binBuffer, boolean isBinary)voidDecompilationController.QuickCompiler. run(DecompilerWrapper wrapper, boolean upload, io.github.mkoncek.classpathless.api.IdentifiedSource... srcs)Method parameters in org.jrd.frontend.frame.main with type arguments of type DecompilerWrapper Modifier and Type Method Description voidBytecodeDecompilerView. refreshComboBox(java.util.List<DecompilerWrapper> wrappers) -
Uses of DecompilerWrapper in org.jrd.frontend.frame.overwrite
Fields in org.jrd.frontend.frame.overwrite declared as DecompilerWrapper Modifier and Type Field Description private DecompilerWrapperOverwriteClassDialog. decompilerprotected DecompilerWrapperOverwriteClassDialog.CompilerOutputActionFields. decompilerWrapperMethods in org.jrd.frontend.frame.overwrite with parameters of type DecompilerWrapper Modifier and Type Method Description private static OverwriteClassDialog.CompilationWithResultOverwriteClassDialog. compileWithGui(VmInfo vmInfo, VmManager vmManager, DecompilerWrapper wrapper, boolean hasCompiler, boolean isVerbose, io.github.mkoncek.classpathless.api.IdentifiedSource... sources)static io.github.mkoncek.classpathless.api.ClasspathlessCompilerOverwriteClassDialog. getClasspathlessCompiler(DecompilerWrapper wrapper, boolean hasCompiler, boolean isVerbose)Constructors in org.jrd.frontend.frame.overwrite with parameters of type DecompilerWrapper Constructor Description CompilerOutputActionFields(javax.swing.JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapper dwi, boolean haveCompiler, boolean isVerbose, int namingSchema, java.lang.String destination)OverwriteClassDialog(java.lang.String name, LatestPaths latestPaths, java.lang.String currentBuffer, byte[] cBinBuffer, VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager, DecompilerWrapper selectedDecompiler, boolean isBinaryVisible, boolean isVerbose)SavingCompilerOutputAction(javax.swing.JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapper dwi, boolean hasCompiler, boolean isVerbose, int namingSchema, java.lang.String destination)UploadingCompilerOutputAction(javax.swing.JTextField status, VmInfo vmInfo, VmManager vmManager, PluginManager pm, DecompilerWrapper wrapper, boolean hasCompiler, boolean isVerbose, int namingSchema, java.lang.String destination) -
Uses of DecompilerWrapper in org.jrd.frontend.frame.plugins
Fields in org.jrd.frontend.frame.plugins with type parameters of type DecompilerWrapper Modifier and Type Field Description private java.util.Map<DecompilerWrapper,ConfigPanel>PluginConfigurationEditorController. configPanelHashMapprivate javax.swing.JList<DecompilerWrapper>PluginListPanel. wrapperJListMethods in org.jrd.frontend.frame.plugins that return DecompilerWrapper Modifier and Type Method Description private DecompilerWrapperPluginConfigurationEditorController. cloneWrapper(DecompilerWrapper wrapper)DecompilerWrapperPluginConfigurationEditorController. getDataFromPanel(DecompilerWrapper wrapper)(package private) DecompilerWrapperPluginConfigurationEditorView. getSelectedWrapper()Methods in org.jrd.frontend.frame.plugins that return types with arguments of type DecompilerWrapper Modifier and Type Method Description javax.swing.JList<DecompilerWrapper>PluginListPanel. getWrapperJList()Methods in org.jrd.frontend.frame.plugins with parameters of type DecompilerWrapper Modifier and Type Method Description private voidPluginConfigurationEditorController. applyWrapperChange(DecompilerWrapper oldWrapper)private DecompilerWrapperPluginConfigurationEditorController. cloneWrapper(DecompilerWrapper wrapper)DecompilerWrapperPluginConfigurationEditorController. getDataFromPanel(DecompilerWrapper wrapper)ConfigPanelPluginConfigurationEditorController. getOrCreatePluginConfigPanel(DecompilerWrapper vmInfo)private voidPluginConfigurationEditorController. removeWrapper(DecompilerWrapper wrapper)private voidPluginConfigurationEditorController. toggleWebsiteButton(DecompilerWrapper plugin)voidPluginConfigurationEditorController. updatePanelInfo(ConfigPanel pluginConfigPanel, DecompilerWrapper vmInfo)Method parameters in org.jrd.frontend.frame.plugins with type arguments of type DecompilerWrapper Modifier and Type Method Description voidPluginConfigurationEditorController. updateWrapperList(java.util.List<DecompilerWrapper> wrappers)
-