Uses of Enum Class
org.jruby.util.KCode
Packages that use KCode
-
Uses of KCode in org.jruby
-
Uses of KCode in org.jruby.embed
Methods in org.jruby.embed that return KCodeModifier and TypeMethodDescriptionEmbedRubyInstanceConfigAdapter.getKCode()
Returns a value of KCode currently used.ScriptingContainer.getKCode()
Returns a value of KCode currently used.Methods in org.jruby.embed with parameters of type KCode -
Uses of KCode in org.jruby.parser
Methods in org.jruby.parser that return KCode -
Uses of KCode in org.jruby.util
Methods in org.jruby.util that return KCodeModifier and TypeMethodDescriptionstatic KCode
static KCode
KCode.fromBits
(int bits) RegexpOptions.getKCode()
static KCode
Returns the enum constant of this class with the specified name.static KCode[]
KCode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jruby.util with parameters of type KCodeModifier and TypeMethodDescriptionvoid
RegexpOptions.setExplicitKCode
(KCode kcode) This regexp has an explicit encoding flag or 'nesu' letter associated with it.Constructors in org.jruby.util with parameters of type KCode -
Uses of KCode in org.jruby.util.cli
Fields in org.jruby.util.cli with type parameters of type KCode