Uses of Class
com.kenai.jffi.internal.StubLoader.CPU
-
Packages that use StubLoader.CPU Package Description com.kenai.jffi.internal -
-
Uses of StubLoader.CPU in com.kenai.jffi.internal
Fields in com.kenai.jffi.internal declared as StubLoader.CPU Modifier and Type Field Description private static StubLoader.CPU
StubLoader. cpu
Methods in com.kenai.jffi.internal that return StubLoader.CPU Modifier and Type Method Description private static StubLoader.CPU
StubLoader. determineCPU()
Determines the CPU architecture the JVM is running on.static StubLoader.CPU
StubLoader. getCPU()
static StubLoader.CPU
StubLoader.CPU. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static StubLoader.CPU[]
StubLoader.CPU. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-