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

    Modifier and Type
    Method
    Description
    run()
     
  • Method Details

    • run

      Returns:
      results of executing this evaluation unit.