|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Platform.OS_TYPE | |
---|---|
org.jruby.ext.ffi |
Uses of Platform.OS_TYPE in org.jruby.ext.ffi |
---|
Fields in org.jruby.ext.ffi declared as Platform.OS_TYPE | |
---|---|
static Platform.OS_TYPE |
Platform.OS
|
Methods in org.jruby.ext.ffi that return Platform.OS_TYPE | |
---|---|
Platform.OS_TYPE |
Platform.getOS()
Gets the current Operating System. |
static Platform.OS_TYPE |
Platform.OS_TYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Platform.OS_TYPE[] |
Platform.OS_TYPE.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.jruby.ext.ffi with parameters of type Platform.OS_TYPE | |
---|---|
Platform(Platform.OS_TYPE os)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |