Uses of Class
org.jruby.util.KCode

Packages that use KCode
org.jruby   
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
static ByteList RubyRegexp.quote(ByteList str, KCode kcode)
          rb_reg_quote
 void Ruby.setKCode(KCode kcode)
           
 

Uses of KCode in org.jruby.util
 

Fields in org.jruby.util declared as KCode
static KCode KCode.EUC
           
static KCode KCode.NIL
           
static KCode KCode.NONE
           
static KCode KCode.SJIS
           
static KCode KCode.UTF8
           
 

Methods in org.jruby.util that return KCode
static KCode KCode.create(Ruby runtime, java.lang.String lang)
           
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.