Package | Description |
---|---|
org.jruby | |
org.jruby.embed | |
org.jruby.embed.internal | |
org.jruby.javasupport |
Modifier and Type | Method and Description |
---|---|
JavaEmbedUtils.EvalUnit |
RubyRuntimeAdapter.parse(Ruby runtime,
InputStream in,
String filename,
int lineNumber) |
JavaEmbedUtils.EvalUnit |
RubyRuntimeAdapter.parse(Ruby runtime,
String script,
String filename,
int lineNumber) |
Modifier and Type | Interface and Description |
---|---|
interface |
EmbedEvalUnit
Wrapper interface of
JavaEmbedUtils.EvalUnit for embedding. |
Modifier and Type | Class and Description |
---|---|
class |
EmbedEvalUnitImpl
Implementation of org.jruby.javasupport.JavaEmbedUtils.EvalUnit for embeddiing.
|
Modifier and Type | Method and Description |
---|---|
JavaEmbedUtils.EvalUnit |
EmbedRubyRuntimeAdapterImpl.parse(Ruby runtime,
InputStream istream,
String filename,
int lineNumber) |
JavaEmbedUtils.EvalUnit |
EmbedRubyRuntimeAdapterImpl.parse(Ruby runtime,
String script,
String filename,
int lineNumber) |
Modifier and Type | Class and Description |
---|---|
static class |
JavaEmbedUtils.InterpretedEvalUnit
An evaluation unit which is based on running JRuby's interpreter (as opposed to the
compiler).
|
Copyright © 2001-2015 JRuby. All Rights Reserved.