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 BytemanCompanionVmDecompilerStatus. bytemanCompanionMethods in org.jrd.backend.core that return BytemanCompanion Modifier and Type Method Description BytemanCompanionVmDecompilerStatus. getBytemanCompanion()Methods in org.jrd.backend.core with parameters of type BytemanCompanion Modifier and Type Method Description voidVmDecompilerStatus. 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 BytemanCompanionKnownAgent. bytemanCompanionMethods in org.jrd.backend.core.agentstore that return BytemanCompanion Modifier and Type Method Description BytemanCompanionKnownAgent. getBytemanCompanion()Methods in org.jrd.backend.core.agentstore with parameters of type BytemanCompanion Modifier and Type Method Description voidKnownAgent. 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 BytemanCompanion Modifier and Type Field Description private BytemanCompanionConfig.VminfoWithDuplicatedBytemanCompanion. mBytemanCompanionMethods in org.jrd.backend.data that return BytemanCompanion Modifier and Type Method Description BytemanCompanionConfig.VminfoWithDuplicatedBytemanCompanion. getBytemanCompanion()BytemanCompanionVmInfo. getBytemanCompanion()BytemanCompanionVmInfo. setBytemanCompanion(boolean boot, int parentPort)Methods in org.jrd.backend.data with parameters of type BytemanCompanion Modifier and Type Method Description VmInfoVmManager. createRemoteVM(java.lang.String hostname, int port, boolean shouldBeSaved, BytemanCompanion bytemanCompanion)VmInfoVmManager. 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 intNewAgentDialog. 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 voidBytecodeDecompilerView. 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 voidBytecodeDecompilerView. setDecompiledClass(ClassInfo name, java.lang.String data, byte[] source, java.lang.String additionalData, byte[] additionalSource, VmInfo.Type vmInfoType, BytemanCompanion bytemanCompanion)
-