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).
  • Field Details

    • runtime

      private final Ruby runtime
    • node

      private final Node node
  • Constructor Details

    • InterpretedEvalUnit

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