public class RubyJRuby
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
RubyJRuby.JRubyClassExtensions |
static class |
RubyJRuby.JRubyCompiledScript |
static class |
RubyJRuby.JRubyExecutionContextLocal |
static class |
RubyJRuby.JRubyExtensions |
static class |
RubyJRuby.JRubyFiberLocal |
static class |
RubyJRuby.JRubyStringExtensions |
static class |
RubyJRuby.JRubySynchronizedMeta |
static class |
RubyJRuby.JRubyThreadExtensions |
static class |
RubyJRuby.JRubyThreadLocal |
static class |
RubyJRuby.MethodExtensions |
Constructor and Description |
---|
RubyJRuby() |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
compile(IRubyObject recv,
IRubyObject[] args,
Block block) |
static RubyModule |
createJRuby(Ruby runtime) |
static void |
createJRubyCoreExt(Ruby runtime) |
static RubyModule |
createJRubyExt(Ruby runtime) |
static IRubyObject |
dereference(ThreadContext context,
IRubyObject recv,
IRubyObject obj) |
static IRubyObject |
parse(IRubyObject recv,
IRubyObject[] args,
Block block) |
static IRubyObject |
reference(ThreadContext context,
IRubyObject recv,
IRubyObject obj) |
static IRubyObject |
runtime(IRubyObject recv,
Block unusedBlock) |
static IRubyObject |
with_current_runtime_as_global(ThreadContext context,
IRubyObject recv,
Block block) |
public static RubyModule createJRuby(Ruby runtime)
public static RubyModule createJRubyExt(Ruby runtime)
public static void createJRubyCoreExt(Ruby runtime)
public static IRubyObject runtime(IRubyObject recv, Block unusedBlock)
public static IRubyObject with_current_runtime_as_global(ThreadContext context, IRubyObject recv, Block block)
public static IRubyObject parse(IRubyObject recv, IRubyObject[] args, Block block)
public static IRubyObject compile(IRubyObject recv, IRubyObject[] args, Block block)
public static IRubyObject reference(ThreadContext context, IRubyObject recv, IRubyObject obj)
public static IRubyObject dereference(ThreadContext context, IRubyObject recv, IRubyObject obj)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.