Uses of Class
com.kenai.jnr.x86asm.CpuInfo.Vendor
-
Packages that use CpuInfo.Vendor Package Description com.kenai.jnr.x86asm -
-
Uses of CpuInfo.Vendor in com.kenai.jnr.x86asm
Fields in com.kenai.jnr.x86asm declared as CpuInfo.Vendor Modifier and Type Field Description (package private) CpuInfo.Vendor
CpuInfo. vendor
Deprecated.Methods in com.kenai.jnr.x86asm that return CpuInfo.Vendor Modifier and Type Method Description static CpuInfo.Vendor
CpuInfo.Vendor. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CpuInfo.Vendor[]
CpuInfo.Vendor. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.kenai.jnr.x86asm with parameters of type CpuInfo.Vendor Constructor Description CpuInfo(CpuInfo.Vendor vendor, int family)
Deprecated.
-