Uses of Class
org.jrd.backend.data.BytemanCompanion
-
Packages that use BytemanCompanion Package Description org.jrd.backend.core org.jrd.backend.core.agentstore org.jrd.backend.data org.jrd.frontend.frame.main org.jrd.frontend.frame.main.decompilerview -
-
Uses of BytemanCompanion in org.jrd.backend.core
Fields in org.jrd.backend.core declared as BytemanCompanion Modifier and Type Field Description private BytemanCompanion
VmDecompilerStatus. bytemanCompanion
Methods in org.jrd.backend.core that return BytemanCompanion Modifier and Type Method Description BytemanCompanion
VmDecompilerStatus. getBytemanCompanion()
Methods in org.jrd.backend.core with parameters of type BytemanCompanion Modifier and Type Method Description void
VmDecompilerStatus. setBytemanCompanion(BytemanCompanion bytemanCompanion)
-
Uses of BytemanCompanion in org.jrd.backend.core.agentstore
Fields in org.jrd.backend.core.agentstore declared as BytemanCompanion Modifier and Type Field Description private BytemanCompanion
KnownAgent. bytemanCompanion
Methods in org.jrd.backend.core.agentstore that return BytemanCompanion Modifier and Type Method Description BytemanCompanion
KnownAgent. getBytemanCompanion()
Methods in org.jrd.backend.core.agentstore with parameters of type BytemanCompanion Modifier and Type Method Description void
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 BytemanCompanion Modifier and Type Field Description private BytemanCompanion
Config.VminfoWithDuplicatedBytemanCompanion. mBytemanCompanion
Methods in org.jrd.backend.data that return BytemanCompanion Modifier and Type Method Description BytemanCompanion
Config.VminfoWithDuplicatedBytemanCompanion. getBytemanCompanion()
BytemanCompanion
VmInfo. getBytemanCompanion()
BytemanCompanion
VmInfo. setBytemanCompanion(boolean boot, int parentPort)
Methods in org.jrd.backend.data with parameters of type BytemanCompanion Modifier and Type Method Description VmInfo
VmManager. createRemoteVM(java.lang.String hostname, int port, boolean shouldBeSaved, BytemanCompanion bytemanCompanion)
VmInfo
VmManager. createRemoteVM(java.lang.String hostname, int port, java.lang.String idOverride, boolean shouldBeSaved, BytemanCompanion bytemanCompanion)
Constructors in org.jrd.backend.data with parameters of type BytemanCompanion Constructor Description VminfoWithDuplicatedBytemanCompanion(VmInfo vmInfo, BytemanCompanion bytemanCompanion)
-
Uses of BytemanCompanion in org.jrd.frontend.frame.main
Methods in org.jrd.frontend.frame.main with parameters of type BytemanCompanion Modifier and Type Method Description static int
NewAgentDialog. manualAttach(java.awt.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 BytemanCompanion Modifier and Type Method Description void
BytecodeDecompilerView. reloadTextField(ClassInfo name, java.lang.String decompiledClass, byte[] source, java.lang.String additionalDecompiledClass, byte[] additionalSource, VmInfo.Type vmInfoType, BytemanCompanion bytemanCompanion)
Sets the decompiled code into JTextAreaprivate void
BytecodeDecompilerView. setDecompiledClass(ClassInfo name, java.lang.String data, byte[] source, java.lang.String additionalData, byte[] additionalSource, VmInfo.Type vmInfoType, BytemanCompanion bytemanCompanion)
-