Uses of Class
org.jrd.backend.data.BytemanCompanion
Packages that use BytemanCompanion
Package
Description
-
Uses of BytemanCompanion in org.jrd.backend.core
Fields in org.jrd.backend.core declared as BytemanCompanionMethods in org.jrd.backend.core that return BytemanCompanionMethods in org.jrd.backend.core with parameters of type BytemanCompanionModifier and TypeMethodDescriptionvoid
VmDecompilerStatus.setBytemanCompanion
(BytemanCompanion bytemanCompanion) -
Uses of BytemanCompanion in org.jrd.backend.core.agentstore
Fields in org.jrd.backend.core.agentstore declared as BytemanCompanionMethods in org.jrd.backend.core.agentstore that return BytemanCompanionMethods in org.jrd.backend.core.agentstore with parameters of type BytemanCompanionModifier and TypeMethodDescriptionvoid
KnownAgent.setBytemanCompanion
(BytemanCompanion bytemanCompanion) void
KnownAgents.setBytemanCompanion
(int vmPid, int port, BytemanCompanion bytemanCompanion) -
Uses of BytemanCompanion in org.jrd.backend.data
Fields in org.jrd.backend.data declared as BytemanCompanionModifier and TypeFieldDescriptionprivate final BytemanCompanion
Config.VminfoWithDuplicatedBytemanCompanion.mBytemanCompanion
Methods in org.jrd.backend.data that return BytemanCompanionModifier and TypeMethodDescriptionConfig.VminfoWithDuplicatedBytemanCompanion.getBytemanCompanion()
VmInfo.getBytemanCompanion()
VmInfo.setBytemanCompanion
(boolean boot, int parentPort) Methods in org.jrd.backend.data with parameters of type BytemanCompanionModifier and TypeMethodDescriptionVmManager.createRemoteVM
(String hostname, int port, boolean shouldBeSaved, BytemanCompanion bytemanCompanion) VmManager.createRemoteVM
(String hostname, int port, String idOverride, boolean shouldBeSaved, BytemanCompanion bytemanCompanion) Constructors in org.jrd.backend.data with parameters of type BytemanCompanionModifierConstructorDescriptionVminfoWithDuplicatedBytemanCompanion
(VmInfo vmInfo, BytemanCompanion bytemanCompanion) -
Uses of BytemanCompanion in org.jrd.frontend.frame.main
Methods in org.jrd.frontend.frame.main with parameters of type BytemanCompanionModifier and TypeMethodDescriptionstatic int
NewAgentDialog.manualAttach
(Component parent, AgentConfig aconf, int targetPid, boolean gui, BytemanCompanion caller) -
Uses of BytemanCompanion in org.jrd.frontend.frame.main.decompilerview
Methods in org.jrd.frontend.frame.main.decompilerview with parameters of type BytemanCompanionModifier and TypeMethodDescriptionvoid
BytecodeDecompilerView.reloadTextField
(ClassInfo name, String decompiledClass, byte[] source, String additionalDecompiledClass, byte[] additionalSource, VmInfo.Type vmInfoType, BytemanCompanion bytemanCompanion) Sets the decompiled code into JTextAreaprivate void
BytecodeDecompilerView.setDecompiledClass
(ClassInfo name, String data, byte[] source, String additionalData, byte[] additionalSource, VmInfo.Type vmInfoType, BytemanCompanion bytemanCompanion)