require 'jruby'
, those live under JRuby::Util.
JRubyUtilLibrary
Modifier and Type | Class and Description |
---|---|
public static class | JRubyLibrary.
JRuby::CONFIG |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public static IRubyObject | |
public static IRubyObject | |
private static IRScriptBody | |
public static IRubyObject | dereference(ThreadContext context, IRubyObject recv, IRubyObject obj)
Unwrap the given Java-integration-wrapped object, returning the unwrapped object. |
public static IRubyObject | identity_hash(ThreadContext context, IRubyObject recv, IRubyObject obj)
Provide the "identity" hash code that System.identityHashCode would produce. |
public static RubyBoolean | |
public void | |
public static IRubyObject | |
public static IRubyObject | |
public static IRubyObject | |
private static ParseResult | |
public static IRubyObject | reference(ThreadContext context, IRubyObject recv, IRubyObject obj)
Wrap the given object as in Java integration and return the wrapper. |
public static IRubyObject | reference0(ThreadContext context, IRubyObject recv, IRubyObject obj)
Wrap the given object as in Java integration and return the wrapper. |
public static IRubyObject | |
public static IRubyObject | |
public static IRubyObject | |
public static IRubyObject | |
public static IRubyObject | |
private static RubyArray | subclasses(ThreadContext context, final IRubyObject recv, final RubyClass klass, final boolean recurseAll)
|
public static IRubyObject | with_current_runtime_as_global(ThreadContext context, IRubyObject recv, Block block)
Run the provided (required) block with the "global runtime" set to the current runtime, for libraries that expect to operate against the global runtime. |
JRubyLibrary | back to summary |
---|---|
public JRubyLibrary() |
compile | back to summary |
---|---|
public static IRubyObject compile(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block)
|
compile_ir | back to summary |
---|---|
public static IRubyObject compile_ir(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block)
|
compileIR | back to summary |
---|---|
private static IRScriptBody compileIR(ThreadContext context, IRubyObject[] args, Block block) |
dereference | back to summary |
---|---|
public static IRubyObject dereference(ThreadContext context, IRubyObject recv, IRubyObject obj) Unwrap the given Java-integration-wrapped object, returning the unwrapped object. If the wrapped object is not a Ruby object, an error will raise.
|
identity_hash | back to summary |
---|---|
public static IRubyObject identity_hash(ThreadContext context, IRubyObject recv, IRubyObject obj) Provide the "identity" hash code that System.identityHashCode would produce. Added here as an extension because calling System.identityHashCode (and other Java-integration-related mechanisms) will cause some core types to coerce to Java types, losing their proper identity.
|
is_security_restricted | back to summary |
---|---|
public static RubyBoolean is_security_restricted(IRubyObject recv)
|
load | back to summary |
---|---|
public void load(Ruby runtime, boolean wrap) Implements org. |
load_string_ext | back to summary |
---|---|
public static IRubyObject load_string_ext(ThreadContext context, IRubyObject recv)
Deprecated
|
parse | back to summary |
---|---|
public static IRubyObject parse(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block)
|
parse_result | back to summary |
---|---|
public static IRubyObject parse_result(ThreadContext context, IRubyObject recv, IRubyObject[] args, Block block)
|
parseImpl | back to summary |
---|---|
private static ParseResult parseImpl(ThreadContext context, IRubyObject[] args, Block block) |
reference | back to summary |
---|---|
public static IRubyObject reference(ThreadContext context, IRubyObject recv, IRubyObject obj) Wrap the given object as in Java integration and return the wrapper. This version uses ObjectProxyCache to guarantee the same wrapper is returned as long as it is in use somewhere.
|
reference0 | back to summary |
---|---|
public static IRubyObject reference0(ThreadContext context, IRubyObject recv, IRubyObject obj) Wrap the given object as in Java integration and return the wrapper. This version does not use ObjectProxyCache.
|
runtime | back to summary |
---|---|
public static IRubyObject runtime(ThreadContext context, IRubyObject recv)
|
set_context_class_loader | back to summary |
---|---|
public static IRubyObject set_context_class_loader(ThreadContext context, IRubyObject recv, IRubyObject[] args)
|
set_security_restricted | back to summary |
---|---|
public static IRubyObject set_security_restricted(IRubyObject recv, IRubyObject arg)
|
subclasses | back to summary |
---|---|
public static IRubyObject subclasses(ThreadContext context, IRubyObject recv, IRubyObject arg)
|
subclasses | back to summary |
---|---|
public static IRubyObject subclasses(ThreadContext context, IRubyObject recv, IRubyObject arg, IRubyObject opts)
|
subclasses | back to summary |
---|---|
private static RubyArray |
with_current_runtime_as_global | back to summary |
---|---|
public static IRubyObject with_current_runtime_as_global(ThreadContext context, IRubyObject recv, Block block) Run the provided (required) block with the "global runtime" set to the current runtime, for libraries that expect to operate against the global runtime.
|
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public static IRubyObject | |
public static IRubyObject |
JRubyConfig | back to summary |
---|---|
public JRubyConfig() |
did_you_mean_disabled_p | back to summary |
---|---|
public static IRubyObject did_you_mean_disabled_p(ThreadContext context, IRubyObject self)
|
rubygems_disabled_p | back to summary |
---|---|
public static IRubyObject rubygems_disabled_p(ThreadContext context, IRubyObject self)
|