Package | Description |
---|---|
org.jrd.backend.decompiling | |
org.jrd.frontend.MainFrame | |
org.jrd.frontend.PluginMangerFrame |
Modifier and Type | Method and Description |
---|---|
DecompilerWrapperInformation |
PluginManager.createWrapper() |
DecompilerWrapperInformation |
DecompilerWrapperInformationDeserializer.deserialize(com.google.gson.JsonElement jsonElement,
Type type,
com.google.gson.JsonDeserializationContext jsonDeserializationContext) |
static DecompilerWrapperInformation |
DecompilerWrapperInformation.getJavap() |
static DecompilerWrapperInformation |
DecompilerWrapperInformation.getJavapv() |
Modifier and Type | Method and Description |
---|---|
List<DecompilerWrapperInformation> |
PluginManager.getWrappers() |
Modifier and Type | Method and Description |
---|---|
String |
PluginManager.decompile(DecompilerWrapperInformation wrapper,
byte[] bytecode)
Decompile with default options
|
String |
PluginManager.decompile(DecompilerWrapperInformation wrapper,
byte[] bytecode,
String[] options) |
void |
PluginManager.deleteWrapper(DecompilerWrapperInformation wrapperInformation) |
void |
PluginManager.replace(DecompilerWrapperInformation oldWrapper,
DecompilerWrapperInformation newWrapper) |
void |
PluginManager.saveWrapper(DecompilerWrapperInformation wrapper) |
com.google.gson.JsonElement |
DecompilerWrapperInformationSerializer.serialize(DecompilerWrapperInformation decompilerWrapperInformation,
Type type,
com.google.gson.JsonSerializationContext jsonSerializationContext) |
void |
PluginManager.setLocationForNewWrapper(DecompilerWrapperInformation wrapperInformation) |
String |
PluginManager.validatePlugin(DecompilerWrapperInformation plugin)
Validating the @param plugin using compilation
|
Modifier and Type | Method and Description |
---|---|
DecompilerWrapperInformation |
BytecodeDecompilerView.getSelecteddecompilerWrapperInformation() |
Modifier and Type | Method and Description |
---|---|
void |
BytecodeDecompilerView.refreshComboBox(List<DecompilerWrapperInformation> wrappers) |
Modifier and Type | Method and Description |
---|---|
DecompilerWrapperInformation |
PluginConfigurationEditorController.getDataFromPanel(DecompilerWrapperInformation wrapperInformation) |
Modifier and Type | Method and Description |
---|---|
DecompilerWrapperInformation |
PluginConfigurationEditorController.getDataFromPanel(DecompilerWrapperInformation wrapperInformation) |
ConfigPanel |
PluginConfigurationEditorController.getOrCreatePluginConfigPanel(DecompilerWrapperInformation vmInfo) |
void |
PluginConfigurationEditorController.updatePanelInfo(ConfigPanel pluginConfigPanel,
DecompilerWrapperInformation vmInfo) |
Modifier and Type | Method and Description |
---|---|
void |
PluginConfigurationEditorController.updateWrapperList(List<DecompilerWrapperInformation> wrappers) |
Copyright © 2020. All rights reserved.