JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Index
Search
Help
OBCOM DesktopFX v3.192 (2025-10-08)
cl.obcom.desktopfx.app
cl.obcom.desktopfx.expr
Expression
Contents
Description
Method Summary
Method Details
evaluate()
Hide sidebar
Show sidebar
Interface Expression
public interface
Expression
Represents a compiled expression.
See Also:
Compiler
Function
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Object
evaluate
()
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.