|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RubyInstanceConfig.CompileMode | |
|---|---|
| org.jruby | |
| org.jruby.embed | |
| 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)
|
| Uses of RubyInstanceConfig.CompileMode in org.jruby.embed |
|---|
| Methods in org.jruby.embed that return RubyInstanceConfig.CompileMode | |
|---|---|
RubyInstanceConfig.CompileMode |
EmbedRubyInstanceConfigAdapter.getCompileMode()
Returns a compile mode currently chosen, which is one of CompileMode.JIT, CompileMode.FORCE, CompileMode.OFF. |
RubyInstanceConfig.CompileMode |
ScriptingContainer.getCompileMode()
Returns a compile mode currently chosen, which is one of CompileMode.JIT, CompileMode.FORCE, CompileMode.OFF. |
| Methods in org.jruby.embed with parameters of type RubyInstanceConfig.CompileMode | |
|---|---|
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. |
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||