Uses of Class
org.jrd.backend.decompiling.DecompilerWrapperInformation
-
Packages that use DecompilerWrapperInformation Package Description org.jrd.backend.data org.jrd.backend.decompiling org.jrd.frontend.MainFrame org.jrd.frontend.PluginMangerFrame -
-
Uses of DecompilerWrapperInformation in org.jrd.backend.data
Methods in org.jrd.backend.data that return DecompilerWrapperInformation Modifier and Type Method Description private DecompilerWrapperInformationCli. findDecompiler(java.lang.String decompilerName, PluginManager pluginManager) -
Uses of DecompilerWrapperInformation in org.jrd.backend.decompiling
Fields in org.jrd.backend.decompiling with type parameters of type DecompilerWrapperInformation Modifier and Type Field Description private java.util.List<DecompilerWrapperInformation>PluginManager. wrappersMethods in org.jrd.backend.decompiling that return DecompilerWrapperInformation Modifier and Type Method Description DecompilerWrapperInformationPluginManager. createWrapper()DecompilerWrapperInformationDecompilerWrapperInformationDeserializer. deserialize(com.google.gson.JsonElement jsonElement, java.lang.reflect.Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext)static DecompilerWrapperInformationDecompilerWrapperInformation. getJavap()static DecompilerWrapperInformationDecompilerWrapperInformation. getJavapv()Methods in org.jrd.backend.decompiling that return types with arguments of type DecompilerWrapperInformation Modifier and Type Method Description java.util.List<DecompilerWrapperInformation>PluginManager. getWrappers()Methods in org.jrd.backend.decompiling with parameters of type DecompilerWrapperInformation Modifier and Type Method Description java.lang.StringPluginManager. decompile(DecompilerWrapperInformation wrapper, byte[] bytecode)Decompile with default optionsjava.lang.StringPluginManager. decompile(DecompilerWrapperInformation wrapper, byte[] bytecode, java.lang.String[] options)voidPluginManager. deleteWrapper(DecompilerWrapperInformation wrapperInformation)private voidPluginManager. InitializeWrapper(DecompilerWrapperInformation wrapper)Compiles wrapper plugin, loads it into JVM and stores it for later.voidPluginManager. replace(DecompilerWrapperInformation oldWrapper, DecompilerWrapperInformation newWrapper)voidPluginManager. saveWrapper(DecompilerWrapperInformation wrapper)com.google.gson.JsonElementDecompilerWrapperInformationSerializer. serialize(DecompilerWrapperInformation decompilerWrapperInformation, java.lang.reflect.Type type, com.google.gson.JsonSerializationContext jsonSerializationContext)voidPluginManager. setLocationForNewWrapper(DecompilerWrapperInformation wrapperInformation)java.lang.StringPluginManager. validatePlugin(DecompilerWrapperInformation plugin)Validating the @param plugin using compilation -
Uses of DecompilerWrapperInformation in org.jrd.frontend.MainFrame
Methods in org.jrd.frontend.MainFrame that return DecompilerWrapperInformation Modifier and Type Method Description DecompilerWrapperInformationBytecodeDecompilerView. getSelecteddecompilerWrapperInformation()Method parameters in org.jrd.frontend.MainFrame with type arguments of type DecompilerWrapperInformation Modifier and Type Method Description voidBytecodeDecompilerView. refreshComboBox(java.util.List<DecompilerWrapperInformation> wrappers) -
Uses of DecompilerWrapperInformation in org.jrd.frontend.PluginMangerFrame
Fields in org.jrd.frontend.PluginMangerFrame with type parameters of type DecompilerWrapperInformation Modifier and Type Field Description private java.util.HashMap<DecompilerWrapperInformation,ConfigPanel>PluginConfigurationEditorController. configPanelHashMapMethods in org.jrd.frontend.PluginMangerFrame that return DecompilerWrapperInformation Modifier and Type Method Description private DecompilerWrapperInformationPluginConfigurationEditorController. cloneWrapper(DecompilerWrapperInformation wrapperInformation)DecompilerWrapperInformationPluginConfigurationEditorController. getDataFromPanel(DecompilerWrapperInformation wrapperInformation)Methods in org.jrd.frontend.PluginMangerFrame with parameters of type DecompilerWrapperInformation Modifier and Type Method Description private voidPluginConfigurationEditorController. applyWrapperChange(DecompilerWrapperInformation oldWrapper)private DecompilerWrapperInformationPluginConfigurationEditorController. cloneWrapper(DecompilerWrapperInformation wrapperInformation)DecompilerWrapperInformationPluginConfigurationEditorController. getDataFromPanel(DecompilerWrapperInformation wrapperInformation)ConfigPanelPluginConfigurationEditorController. getOrCreatePluginConfigPanel(DecompilerWrapperInformation vmInfo)private voidPluginConfigurationEditorController. removeWrapper(DecompilerWrapperInformation wrapperInformation)private voidPluginConfigurationEditorController. toggleWebsiteButton(DecompilerWrapperInformation plugin)voidPluginConfigurationEditorController. updatePanelInfo(ConfigPanel pluginConfigPanel, DecompilerWrapperInformation vmInfo)Method parameters in org.jrd.frontend.PluginMangerFrame with type arguments of type DecompilerWrapperInformation Modifier and Type Method Description voidPluginConfigurationEditorController. updateWrapperList(java.util.List<DecompilerWrapperInformation> wrappers)
-