|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.RubyJRuby
public class RubyJRuby
Module which defines JRuby-specific methods for use.
Nested Class Summary | |
---|---|
static class |
RubyJRuby.ExtLibrary
|
static class |
RubyJRuby.JRubyCompiledScript
|
static class |
RubyJRuby.JRubyExtensions
|
static class |
RubyJRuby.MethodExtensions
|
static class |
RubyJRuby.TypeLibrary
|
Constructor Summary | |
---|---|
RubyJRuby()
|
Method Summary | |
---|---|
static IRubyObject |
compile(IRubyObject recv,
IRubyObject[] args,
Block block)
|
static RubyModule |
createJRuby(Ruby runtime)
|
static RubyModule |
createJRubyExt(Ruby runtime)
|
static IRubyObject |
getObjectSpaceEnabled(IRubyObject recv,
Block b)
|
static IRubyObject |
parse(IRubyObject recv,
IRubyObject[] args,
Block block)
|
static IRubyObject |
reference(IRubyObject recv,
IRubyObject obj)
|
static IRubyObject |
runtime(IRubyObject recv,
Block unusedBlock)
|
static IRubyObject |
setObjectSpaceEnabled(IRubyObject recv,
IRubyObject arg,
Block b)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RubyJRuby()
Method Detail |
---|
public static RubyModule createJRuby(Ruby runtime)
public static RubyModule createJRubyExt(Ruby runtime)
public static IRubyObject runtime(IRubyObject recv, Block unusedBlock)
public static IRubyObject getObjectSpaceEnabled(IRubyObject recv, Block b)
public static IRubyObject setObjectSpaceEnabled(IRubyObject recv, IRubyObject arg, Block b)
public static IRubyObject parse(IRubyObject recv, IRubyObject[] args, Block block)
public static IRubyObject compile(IRubyObject recv, IRubyObject[] args, Block block)
public static IRubyObject reference(IRubyObject recv, IRubyObject obj)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |