Uses of Enum
org.jruby.ext.ffi.Platform.CPU_TYPE
Packages that use Platform.CPU_TYPE
-
Uses of Platform.CPU_TYPE in org.jruby.ext.ffi
Fields in org.jruby.ext.ffi declared as Platform.CPU_TYPEMethods in org.jruby.ext.ffi that return Platform.CPU_TYPEModifier and TypeMethodDescriptionprivate static final Platform.CPU_TYPEPlatform.determineCPU()final Platform.CPU_TYPEPlatform.getCPU()Gets the current processor architecture the JVM is running on.static Platform.CPU_TYPEReturns the enum constant of this type with the specified name.static Platform.CPU_TYPE[]Platform.CPU_TYPE.values()Returns an array containing the constants of this enum type, in the order they are declared.