Uses of Class
com.kenai.jffi.internal.StubLoader.CPU

Packages that use StubLoader.CPU
com.kenai.jffi.internal   
 

Uses of StubLoader.CPU in com.kenai.jffi.internal
 

Methods in com.kenai.jffi.internal that return StubLoader.CPU
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.