Uses of Class
org.jruby.util.KCode

Packages that use KCode
org.jruby   
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)
           
 

Uses of KCode in org.jruby.parser
 

Methods in org.jruby.parser that return KCode
 KCode ParserConfiguration.getKCode()
           
 

Constructors in org.jruby.parser with parameters of type KCode
ParserConfiguration(KCode kCode, int lineNumber, boolean extraPositionInformation, boolean inlineSource, boolean isFileParse, CompatVersion version)
           
ParserConfiguration(KCode kCode, int lineNumber, boolean extraPositionInformation, boolean inlineSource, boolean isFileParse, RubyInstanceConfig config)
           
ParserConfiguration(KCode kCode, int lineNumber, boolean extraPositionInformation, boolean inlineSource, CompatVersion version)
           
ParserConfiguration(KCode kCode, int lineNumber, boolean inlineSource, CompatVersion version)
           
 

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.