Uses of Enum Class
org.jruby.RubyInstanceConfig.CompileMode
Packages that use RubyInstanceConfig.CompileMode
-
Uses of RubyInstanceConfig.CompileMode in org.jruby
Methods in org.jruby that return RubyInstanceConfig.CompileModeModifier and TypeMethodDescriptionRubyInstanceConfig.getCompileMode()Returns the enum constant of this class with the specified name.static RubyInstanceConfig.CompileMode[]RubyInstanceConfig.CompileMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jruby with parameters of type RubyInstanceConfig.CompileModeModifier and TypeMethodDescriptionvoidRubyInstanceConfig.setCompileMode(RubyInstanceConfig.CompileMode compileMode) -
Uses of RubyInstanceConfig.CompileMode in org.jruby.embed
Methods in org.jruby.embed that return RubyInstanceConfig.CompileModeModifier and TypeMethodDescriptionEmbedRubyInstanceConfigAdapter.getCompileMode()Returns a compile mode currently chosen, which is one of CompileMode.JIT, CompileMode.FORCE, CompileMode.OFF.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.CompileModeModifier and TypeMethodDescriptionvoidEmbedRubyInstanceConfigAdapter.setCompileMode(RubyInstanceConfig.CompileMode mode) Changes a compile mode to a given mode, which should be one of CompileMode.JIT, CompileMode.FORCE, CompileMode.OFF.voidScriptingContainer.setCompileMode(RubyInstanceConfig.CompileMode mode) Changes a compile mode to a given mode, which should be one of CompileMode.JIT, CompileMode.FORCE, CompileMode.OFF. -
Uses of RubyInstanceConfig.CompileMode in org.jruby.util.cli
Fields in org.jruby.util.cli with type parameters of type RubyInstanceConfig.CompileModeModifier and TypeFieldDescriptionstatic final com.headius.options.Option<RubyInstanceConfig.CompileMode> Options.COMPILE_MODE