Uses of Class
org.jruby.RubyInstanceConfig.CompileMode

Packages that use RubyInstanceConfig.CompileMode
org.jruby   
 

Uses of RubyInstanceConfig.CompileMode in org.jruby
 

Methods in org.jruby that return RubyInstanceConfig.CompileMode
 RubyInstanceConfig.CompileMode RubyInstanceConfig.getCompileMode()
           
static RubyInstanceConfig.CompileMode RubyInstanceConfig.CompileMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RubyInstanceConfig.CompileMode[] RubyInstanceConfig.CompileMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jruby with parameters of type RubyInstanceConfig.CompileMode
 void RubyInstanceConfig.setCompileMode(RubyInstanceConfig.CompileMode compileMode)
           
 



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