Uses of Enum Class
org.jrd.backend.data.VmInfo.Type
Packages that use VmInfo.Type
Package
Description
-
Uses of VmInfo.Type in org.jrd.backend.data
Fields in org.jrd.backend.data declared as VmInfo.TypeMethods in org.jrd.backend.data that return VmInfo.TypeModifier and TypeMethodDescriptionVmInfo.getType()static VmInfo.TypeReturns the enum constant of this class with the specified name.static VmInfo.Type[]VmInfo.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jrd.backend.data with parameters of type VmInfo.TypeConstructors in org.jrd.backend.data with parameters of type VmInfo.Type -
Uses of VmInfo.Type in org.jrd.backend.data.cli
Methods in org.jrd.backend.data.cli that return VmInfo.Type -
Uses of VmInfo.Type in org.jrd.frontend.frame.main.decompilerview
Methods in org.jrd.frontend.frame.main.decompilerview with parameters of type VmInfo.TypeModifier 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)