Interface Expression


public interface Expression
Represents a compiled expression.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Evaluates this Expression and returns a result.
  • Method Details

    • evaluate

      Object evaluate() throws Exception
      Evaluates this Expression and returns a result.
      Returns:
      the result of evaluating this Expression.
      Throws:
      Exception - if an error occurs.