| Package | Description | 
|---|---|
| org.jruby | |
| org.jruby.embed | |
| org.jruby.util.cli | 
| Modifier and Type | Method and Description | 
|---|---|
| RubyInstanceConfig.CompileMode | RubyInstanceConfig. getCompileMode() | 
| static RubyInstanceConfig.CompileMode | RubyInstanceConfig.CompileMode. valueOf(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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RubyInstanceConfig. setCompileMode(RubyInstanceConfig.CompileMode compileMode) | 
| Modifier and Type | Method and Description | 
|---|---|
| RubyInstanceConfig.CompileMode | ScriptingContainer. getCompileMode()Returns a compile mode currently chosen, which is one of CompileMode.JIT,
 CompileMode.FORCE, CompileMode.OFF. | 
| RubyInstanceConfig.CompileMode | EmbedRubyInstanceConfigAdapter. getCompileMode()Returns a compile mode currently chosen, which is one of CompileMode.JIT,
 CompileMode.FORCE, CompileMode.OFF. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ScriptingContainer. setCompileMode(RubyInstanceConfig.CompileMode mode)Changes a compile mode to a given mode, which should be one of CompileMode.JIT,
 CompileMode.FORCE, CompileMode.OFF. | 
| void | EmbedRubyInstanceConfigAdapter. setCompileMode(RubyInstanceConfig.CompileMode mode)Changes a compile mode to a given mode, which should be one of CompileMode.JIT,
 CompileMode.FORCE, CompileMode.OFF. | 
| Modifier and Type | Field and Description | 
|---|---|
| static com.headius.options.Option<RubyInstanceConfig.CompileMode> | Options. COMPILE_MODE | 
Copyright © 2001-2015 JRuby. All Rights Reserved.