Package org.databene.commons.expression

Provides implementation and framework for org.databene.model.Expression

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.
 

Package org.databene.commons.expression Description

Provides implementation and framework for org.databene.model.Expression



Copyright © 2010. All Rights Reserved.