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

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

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

Methods in com.kenai.jffi.internal that return StubLoader.OS
static StubLoader.OS StubLoader.getOS()
           
static StubLoader.OS StubLoader.OS.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StubLoader.OS[] StubLoader.OS.values()
          Returns an array containing the constants of this enum type, in the order they are declared.