Uses of Class
org.jruby.ext.ffi.Platform.CPU

Packages that use Platform.CPU
org.jruby.ext.ffi   
 

Uses of Platform.CPU in org.jruby.ext.ffi
 

Fields in org.jruby.ext.ffi declared as Platform.CPU
static Platform.CPU Platform.CPU
           
 

Methods in org.jruby.ext.ffi that return Platform.CPU
 Platform.CPU Platform.getCPU()
          Gets the current processor architecture the JVM is running on.
static Platform.CPU Platform.CPU.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Platform.CPU[] Platform.CPU.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.