Uses of Class
org.jrd.backend.data.VmInfo.Type
-
Packages that use VmInfo.Type Package Description org.jrd.backend.data org.jrd.backend.data.cli org.jrd.frontend.frame.main.decompilerview -
-
Uses of VmInfo.Type in org.jrd.backend.data
Fields in org.jrd.backend.data declared as VmInfo.Type Modifier and Type Field Description private VmInfo.Type
VmInfo. type
Methods in org.jrd.backend.data that return VmInfo.Type Modifier and Type Method Description VmInfo.Type
VmInfo. getType()
static VmInfo.Type
VmInfo.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VmInfo.Type[]
VmInfo.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jrd.backend.data with parameters of type VmInfo.Type Modifier and Type Method Description void
VmInfo. setType(VmInfo.Type local)
Constructors in org.jrd.backend.data with parameters of type VmInfo.Type Constructor Description VmInfo(java.lang.String vmId, int vmPid, java.lang.String vmName, VmInfo.Type type, java.util.List<java.io.File> cp)
Stores information about Available Virtual Machine. -
Uses of VmInfo.Type in org.jrd.backend.data.cli
Methods in org.jrd.backend.data.cli that return VmInfo.Type Modifier and Type Method Description static VmInfo.Type
CliUtils. guessType(java.lang.String input)
-
Uses of VmInfo.Type in org.jrd.frontend.frame.main.decompilerview
Methods in org.jrd.frontend.frame.main.decompilerview with parameters of type VmInfo.Type 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)
-