Package cl.obcom.desktopfx.expr
Interface Expression
public interface Expression
Represents a compiled expression.
- See Also:
-
Method Summary
-
Method Details
-
evaluate
Evaluates this Expression and returns a result.- Returns:
- the result of evaluating this Expression.
- Throws:
Exception
- if an error occurs.
-