Uses of Class
org.jruby.RubyEncoding
Packages that use RubyEncoding
Package
Description
-
Uses of RubyEncoding in org.jruby
Methods in org.jruby that return RubyEncodingModifier and TypeMethodDescriptionstatic RubyEncoding
RubyEncoding.newEncoding
(Ruby runtime, byte[] name, int p, int end, boolean isDummy) -
Uses of RubyEncoding in org.jruby.ir.runtime
Methods in org.jruby.ir.runtime that return RubyEncodingModifier and TypeMethodDescriptionstatic RubyEncoding
IRRuntimeHelpers.retrieveEncoding
(ThreadContext context, String name) -
Uses of RubyEncoding in org.jruby.ir.targets.indy
Methods in org.jruby.ir.targets.indy that return RubyEncodingModifier and TypeMethodDescriptionstatic RubyEncoding
LiteralValueBootstrap.rubyEncoding
(ThreadContext context, MutableCallSite site, String name) -
Uses of RubyEncoding in org.jruby.runtime.encoding
Methods in org.jruby.runtime.encoding that return RubyEncoding