| 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  | EmbedEvalUnitWrapper interface of  JavaEmbedUtils.EvalUnitfor embedding. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EmbedEvalUnitImplImplementation 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.InterpretedEvalUnitAn evaluation unit which is based on running JRuby's interpreter (as opposed to the
 compiler). | 
Copyright © 2001-2015 JRuby. All Rights Reserved.