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 TypeMethodDescriptionvoidVmDecompilerStatus.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 TypeMethodDescriptionvoidKnownAgent.setBytemanCompanion(BytemanCompanion bytemanCompanion) voidKnownAgents.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 BytemanCompanionConfig.VminfoWithDuplicatedBytemanCompanion.mBytemanCompanionMethods 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 intNewAgentDialog.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 TypeMethodDescriptionvoidBytecodeDecompilerView.reloadTextField(ClassInfo name, String decompiledClass, byte[] source, String additionalDecompiledClass, byte[] additionalSource, VmInfo.Type vmInfoType, BytemanCompanion bytemanCompanion) Sets the decompiled code into JTextAreaprivate voidBytecodeDecompilerView.setDecompiledClass(ClassInfo name, String data, byte[] source, String additionalData, byte[] additionalSource, VmInfo.Type vmInfoType, BytemanCompanion bytemanCompanion)