Uses of Enum
com.kenai.jffi.internal.StubLoader.CPU
Packages that use StubLoader.CPU
-
Uses of StubLoader.CPU in com.kenai.jffi.internal
Subclasses with type arguments of type StubLoader.CPU in com.kenai.jffi.internalModifier and TypeClassDescriptionstatic enumThe common names of cpu architectures.Fields in com.kenai.jffi.internal declared as StubLoader.CPUMethods in com.kenai.jffi.internal that return StubLoader.CPUModifier and TypeMethodDescriptionprivate static StubLoader.CPUStubLoader.determineCPU()Determines the CPU architecture the JVM is running on.static StubLoader.CPUStubLoader.getCPU()static StubLoader.CPUReturns 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.