|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| BinaryExpression<E> | Abstract parent class for expression that evaluate two terms. |
| CompositeExpression<E> | Expression that evaluates the results of other Expressions. |
| ConstantExpression<E> | Expression that represents and returns a constant value. |
| DynamicExpression<E> | Non-constant Expression. |
| ExpressionProxy<E> | Parent class for all expression classes that act as proxy of another class. |
| ExpressionUtil | Provides Expression-related utility methods. |
| FeatureAccessExpression<E> | Expression implementation that evaluates a feature value of an object. |
| MaxExpression<E> | Calculates the maximum value of several arguments. |
| MinExpression<E> | Expression implementation that calculates the minimum of several values. |
| StaticMethodCallExpression | Expression implementation that performs a static method call. |
| StringExpression | Wrapper for an Expression that converts its result to a String
using the ToStringConverter. |
| TypeConvertingExpression<E> | Expression implementation that evaluates another expression and converts its results. |
| UnaryExpression<E> | Abstract Expression that serves as parent class for expressions that evaluate a single term. |
Provides implementation and framework for org.databene.model.Expression
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||