接口 CodeExecutionEngine


public interface CodeExecutionEngine
Interface for executing code.
  • 方法概要

    修饰符和类型
    方法
    说明
    Execute the given code.
  • 方法详细资料

    • execute

      String execute(String code)
      Execute the given code.
      参数:
      code - The code to execute.
      返回:
      The result of the execution.