Uses of Enum
jnr.ffi.Platform.CPU
Packages that use Platform.CPU
-
Uses of Platform.CPU in jnr.ffi
Subclasses with type arguments of type Platform.CPU in jnr.ffiFields in jnr.ffi declared as Platform.CPUMethods in jnr.ffi that return Platform.CPUModifier and TypeMethodDescriptionprivate static Platform.CPUPlatform.determineCPU()final Platform.CPUPlatform.getCPU()Gets the current processor architecture the JVM is running on.static Platform.CPUReturns 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.CPUModifier and TypeMethodDescriptionprivate static intPlatform.calculateAddressSize(Platform.CPU cpu) Constructors in jnr.ffi with parameters of type Platform.CPUModifierConstructorDescriptionPlatform(Platform.OS os, Platform.CPU cpu, int addressSize, int longSize, String libPattern)