Uses of Class
jnr.ffi.Platform.CPU
-
Packages that use Platform.CPU Package Description jnr.ffi -
-
Uses of Platform.CPU in jnr.ffi
Fields in jnr.ffi declared as Platform.CPU Modifier and Type Field Description private Platform.CPUPlatform. cpuMethods in jnr.ffi that return Platform.CPU Modifier and Type Method Description private static Platform.CPUPlatform. determineCPU()Platform.CPUPlatform. getCPU()Gets the current processor architecture the JVM is running on.static Platform.CPUPlatform.CPU. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Platform.CPU[]Platform.CPU. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jnr.ffi with parameters of type Platform.CPU Modifier and Type Method Description private static intPlatform. calculateAddressSize(Platform.CPU cpu)Constructors in jnr.ffi with parameters of type Platform.CPU Constructor Description Platform(Platform.OS os, Platform.CPU cpu, int addressSize, int longSize, java.lang.String libPattern)
-