Interface Evaluable

All Known Implementing Classes:
ControlCallExpr, FieldAccessorExpr, FunctionCallExpr, LiteralExpr, OperatorCallExpr, VariableExpr

public interface Evaluable
Interface for evaluable expressions in any arbitrary language.
  • Method Summary

    Modifier and Type
    Method
    Description
    evaluate(Properties bindings)
    Evaluate this expression in the given environment (bindings).
  • Method Details

    • evaluate

      Object evaluate(Properties bindings)
      Evaluate this expression in the given environment (bindings).
      Parameters:
      bindings -
      Returns: