Uses of Class
org.jrd.backend.decompiling.DecompilerWrapperInformation
-
Packages that use DecompilerWrapperInformation Package Description org.jrd.backend.communication org.jrd.backend.decompiling org.jrd.frontend.MainFrame org.jrd.frontend.PluginMangerFrame -
-
Uses of DecompilerWrapperInformation in org.jrd.backend.communication
Constructors in org.jrd.backend.communication with parameters of type DecompilerWrapperInformation Constructor Description ForeignCompilerWrapper(PluginManager pm, DecompilerWrapperInformation currentDecompiler)
-
Uses of DecompilerWrapperInformation in org.jrd.backend.decompiling
Methods in org.jrd.backend.decompiling that return DecompilerWrapperInformation Modifier and Type Method 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()
Methods in org.jrd.backend.decompiling that return types with arguments of type DecompilerWrapperInformation Modifier and Type Method Description List<DecompilerWrapperInformation>
PluginManager. getWrappers()
Methods in org.jrd.backend.decompiling with parameters of type DecompilerWrapperInformation Modifier and Type Method Description String
PluginManager. decompile(DecompilerWrapperInformation wrapper, String name, byte[] bytecode, String[] options, VmInfo vmInfo, VmManager vmManager)
void
PluginManager. deleteWrapper(DecompilerWrapperInformation wrapperInformation)
boolean
PluginManager. haveCompiler(DecompilerWrapperInformation wrapper)
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 -
Uses of DecompilerWrapperInformation in org.jrd.frontend.MainFrame
Methods in org.jrd.frontend.MainFrame that return DecompilerWrapperInformation Modifier and Type Method Description DecompilerWrapperInformation
BytecodeDecompilerView. getSelecteddecompilerWrapperInformation()
Method parameters in org.jrd.frontend.MainFrame with type arguments of type DecompilerWrapperInformation Modifier and Type Method Description void
BytecodeDecompilerView. refreshComboBox(List<DecompilerWrapperInformation> wrappers)
Constructors in org.jrd.frontend.MainFrame with parameters of type DecompilerWrapperInformation Constructor Description RewriteClassDialog(String name, LatestPaths latestPaths, String currentBuffer, byte[] cBinBuffer, VmInfo vmInfo, VmManager vmManager, PluginManager pluginManager, DecompilerWrapperInformation selectedDecompiler, int supperSelection)
-
Uses of DecompilerWrapperInformation in org.jrd.frontend.PluginMangerFrame
Methods in org.jrd.frontend.PluginMangerFrame that return DecompilerWrapperInformation Modifier and Type Method Description DecompilerWrapperInformation
PluginConfigurationEditorController. getDataFromPanel(DecompilerWrapperInformation wrapperInformation)
Methods in org.jrd.frontend.PluginMangerFrame with parameters of type DecompilerWrapperInformation Modifier and Type Method Description DecompilerWrapperInformation
PluginConfigurationEditorController. getDataFromPanel(DecompilerWrapperInformation wrapperInformation)
ConfigPanel
PluginConfigurationEditorController. getOrCreatePluginConfigPanel(DecompilerWrapperInformation vmInfo)
void
PluginConfigurationEditorController. updatePanelInfo(ConfigPanel pluginConfigPanel, DecompilerWrapperInformation vmInfo)
Method parameters in org.jrd.frontend.PluginMangerFrame with type arguments of type DecompilerWrapperInformation Modifier and Type Method Description void
PluginConfigurationEditorController. updateWrapperList(List<DecompilerWrapperInformation> wrappers)
-