Package org.jruby.javasupport
Class JavaEmbedUtils.InterpretedEvalUnit
java.lang.Object
org.jruby.javasupport.JavaEmbedUtils.InterpretedEvalUnit
- All Implemented Interfaces:
JavaEmbedUtils.EvalUnit
- Enclosing class:
JavaEmbedUtils
public static class JavaEmbedUtils.InterpretedEvalUnit
extends Object
implements JavaEmbedUtils.EvalUnit
An evaluation unit which is based on running JRuby's interpreter (as opposed to the
compiler).
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
InterpretedEvalUnit
(Ruby runtime, Node node) Deprecated.protected
InterpretedEvalUnit
(Ruby runtime, ParseResult result) -
Method Summary
-
Constructor Details
-
InterpretedEvalUnit
-
InterpretedEvalUnit
Deprecated.
-
-
Method Details
-
run
- Specified by:
run
in interfaceJavaEmbedUtils.EvalUnit
- Returns:
- results of executing this evaluation unit.
-