Uses of Enum
org.jruby.CompatVersion
Packages that use CompatVersion
-
Uses of CompatVersion in org.jruby
Methods in org.jruby that return CompatVersionModifier and TypeMethodDescriptionRubyInstanceConfig.getCompatVersion()Deprecated.static CompatVersionCompatVersion.getVersionFromString(String compatString) Deprecated.static CompatVersionDeprecated.Returns the enum constant of this type with the specified name.static CompatVersion[]CompatVersion.values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jruby with parameters of type CompatVersionModifier and TypeMethodDescriptionvoidRubyInstanceConfig.setCompatVersion(CompatVersion compatVersion) Deprecated.static booleanCompatVersion.shouldBindMethod(CompatVersion runtimeVersion, CompatVersion methodVersion) Deprecated. -
Uses of CompatVersion in org.jruby.embed
Methods in org.jruby.embed that return CompatVersionModifier and TypeMethodDescriptionEmbedRubyInstanceConfigAdapter.getCompatVersion()Deprecated.ScriptingContainer.getCompatVersion()Deprecated.Methods in org.jruby.embed with parameters of type CompatVersionModifier and TypeMethodDescriptionvoidEmbedRubyInstanceConfigAdapter.setCompatVersion(CompatVersion version) Deprecated.voidScriptingContainer.setCompatVersion(CompatVersion version) Deprecated.