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 Details

    • InterpretedEvalUnit

      protected InterpretedEvalUnit(Ruby runtime, ParseResult result)
    • InterpretedEvalUnit

      @Deprecated protected InterpretedEvalUnit(Ruby runtime, Node node)
      Deprecated.
  • Method Details