Class Interpreter

java.lang.Object
technology.sola.script.interpreter.Interpreter

public class Interpreter extends Object
Interpreter handles interpreting a list of Stmt for a given ScriptRuntime state.
  • Constructor Details

    • Interpreter

      public Interpreter(ScriptRuntime scriptRuntime)
      Creates an instance for desired ScriptRuntime.
      Parameters:
      scriptRuntime - the runtime
  • Method Details