Package | Description |
---|---|
org.jrd.backend.decompiling | |
org.jrd.frontend | |
org.jrd.frontend.Templates |
Modifier and Type | Method and Description |
---|---|
DecompilerWrapperInformation |
PluginManager.createWrapper() |
DecompilerWrapperInformation |
DecompilerWrapperInformationDeserializer.deserialize(com.google.gson.JsonElement jsonElement,
Type type,
com.google.gson.JsonDeserializationContext jsonDeserializationContext) |
Modifier and Type | Method and Description |
---|---|
List<DecompilerWrapperInformation> |
PluginManager.getWrappers() |
Modifier and Type | Method and Description |
---|---|
String |
PluginManager.decompile(DecompilerWrapperInformation wrapper,
byte[] bytecode) |
void |
PluginManager.deleteWrapper(DecompilerWrapperInformation wrapperInformation) |
void |
PluginManager.replace(DecompilerWrapperInformation oldWrapper,
DecompilerWrapperInformation newWrapper) |
com.google.gson.JsonElement |
DecompilerWrapperInformationSerializer.serialize(DecompilerWrapperInformation decompilerWrapperInformation,
Type type,
com.google.gson.JsonSerializationContext jsonSerializationContext) |
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 |
ConfigPanel.getDecompilerWrapperInformatio() |
Constructor and Description |
---|
ConfigPanel(DecompilerWrapperInformation wrapperInformation) |
Copyright © 2019. All Rights Reserved.