Package com.kenai.jnr.x86asm
Class CpuInfo
- java.lang.Object
-
- com.kenai.jnr.x86asm.CpuInfo
-
@Deprecated public class CpuInfo extends java.lang.ObjectDeprecated.Information about target CPU
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCpuInfo.VendorDeprecated.
-
Field Summary
Fields Modifier and Type Field Description (package private) intfamilyDeprecated.static CpuInfoGENERICDeprecated.(package private) CpuInfo.VendorvendorDeprecated.
-
Constructor Summary
Constructors Constructor Description CpuInfo(CpuInfo.Vendor vendor, int family)Deprecated.
-
-
-
Field Detail
-
vendor
final CpuInfo.Vendor vendor
Deprecated.
-
family
final int family
Deprecated.
-
GENERIC
public static final CpuInfo GENERIC
Deprecated.
-
-
Constructor Detail
-
CpuInfo
public CpuInfo(CpuInfo.Vendor vendor, int family)
Deprecated.
-
-