| Package | Description | 
|---|---|
| org.jruby | |
| org.jruby.embed | |
| org.jruby.parser | |
| org.jruby.util | |
| org.jruby.util.cli | 
| Modifier and Type | Method and Description | 
|---|---|
| KCode | RubyRegexp. getKCode() | 
| KCode | RubyInstanceConfig. getKCode() | 
| KCode | Ruby. getKCode() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RubyInstanceConfig. setKCode(KCode kcode) | 
| void | Ruby. setKCode(KCode kcode) | 
| Modifier and Type | Method and Description | 
|---|---|
| KCode | ScriptingContainer. getKCode()Returns a value of KCode currently used. | 
| KCode | EmbedRubyInstanceConfigAdapter. getKCode()Returns a value of KCode currently used. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ScriptingContainer. setKCode(KCode kcode)Changes a value of KCode to a given value. | 
| void | EmbedRubyInstanceConfigAdapter. setKCode(KCode kcode)Changes a value of KCode to a given value. | 
| Modifier and Type | Method and Description | 
|---|---|
| KCode | ParserConfiguration. getKCode() | 
| Modifier and Type | Method and Description | 
|---|---|
| static KCode | KCode. create(Ruby runtime,
      String lang) | 
| static KCode | KCode. fromBits(int bits) | 
| KCode | RegexpOptions. getKCode() | 
| static KCode | KCode. valueOf(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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RegexpOptions. setExplicitKCode(KCode kcode)This regexp has an explicit encoding flag or 'nesu' letter associated
 with it. | 
| Constructor and Description | 
|---|
| RegexpOptions(KCode kcode,
             boolean isKCodeDefault) | 
| Modifier and Type | Field and Description | 
|---|---|
| static com.headius.options.Option<KCode> | Options. CLI_KCODE | 
Copyright © 2001-2015 JRuby. All Rights Reserved.