|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KCode | |
---|---|
org.jruby | |
org.jruby.embed | |
org.jruby.parser | |
org.jruby.util |
Uses of KCode in org.jruby |
---|
Methods in org.jruby that return KCode | |
---|---|
KCode |
Ruby.getKCode()
|
KCode |
RubyInstanceConfig.getKCode()
|
KCode |
RubyRegexp.getKCode()
|
Methods in org.jruby with parameters of type KCode | |
---|---|
void |
Ruby.setKCode(KCode kcode)
|
void |
RubyInstanceConfig.setKCode(KCode kcode)
|
Uses of KCode in org.jruby.embed |
---|
Methods in org.jruby.embed that return KCode | |
---|---|
KCode |
EmbedRubyInstanceConfigAdapter.getKCode()
Returns a value of KCode currently used. |
KCode |
ScriptingContainer.getKCode()
Returns a value of KCode currently used. |
Methods in org.jruby.embed with parameters of type KCode | |
---|---|
void |
EmbedRubyInstanceConfigAdapter.setKCode(KCode kcode)
Changes a value of KCode to a given value. |
void |
ScriptingContainer.setKCode(KCode kcode)
Changes a value of KCode to a given value. |
Uses of KCode in org.jruby.parser |
---|
Methods in org.jruby.parser that return KCode | |
---|---|
KCode |
ParserConfiguration.getKCode()
|
Uses of KCode in org.jruby.util |
---|
Methods in org.jruby.util that return KCode | |
---|---|
static KCode |
KCode.create(Ruby runtime,
java.lang.String lang)
|
static KCode |
KCode.fromBits(int bits)
|
KCode |
RegexpOptions.getKCode()
|
static KCode |
KCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static KCode[] |
KCode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.jruby.util with parameters of type KCode | |
---|---|
void |
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 | |
---|---|
RegexpOptions(KCode kcode,
boolean isKCodeDefault)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |