| Package | Description |
|---|---|
| org.databene.script.expression |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayJoinExpression<E>
Expression implementation which assembles other expression that evaluate to arrays
and joins their results to a single array. |
class |
ConcatExpression
String
Expression that concatenates the output of other String Expressions. |
class |
ConditionalAndExpression
Boolean
Expression that combines the result
of two other boolean expressions with a logical AND. |
class |
ConditionalOrExpression
Boolean
Expression that combines the results of two other
boolean expressions with a logical OR. |
class |
DivisionExpression
Expression that performs a division. |
class |
FallbackExpression<E>
Expression which evaluates a list of expressions and returns the first result which is not null.
|
class |
InRangeExpression
Boolean
Expression that tells if a value lies within a given range. |
class |
MaxExpression<E>
Calculates the maximum value of several arguments.
|
class |
MinExpression<E>
Expression implementation that calculates the minimum of several values. |
class |
MultiplicationExpression
Numerical
Expression that multiplies the results of two other numerical expressions. |
class |
SubtractionExpression
Numerical
Expression that performs a subtraction. |
class |
SumExpression
Calculates the sum of two or more expressions.
|
Copyright © 2011–2014 Volker Bergmann. All rights reserved.