JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.jruby.javasupport
Interface JavaEmbedUtils.EvalUnit
All Known Subinterfaces:
EmbedEvalUnit
All Known Implementing Classes:
EmbedEvalUnitImpl
,
JavaEmbedUtils.InterpretedEvalUnit
Enclosing class:
JavaEmbedUtils
public static interface
JavaEmbedUtils.EvalUnit
All implementers can be run and will return the last value in the evaluation unit.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
IRubyObject
run
()
Method Detail
run
IRubyObject
run()
Returns:
results of executing this evaluation unit.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method