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 Link icon

    Modifier and Type
    Method
    Description
    run()
     
  • Method Details Link icon

    • run Link icon

      Returns:
      results of executing this evaluation unit.