| Package | Description |
|---|---|
| org.databene.script.expression |
| Modifier and Type | Class and Description |
|---|---|
class |
BitwiseAndExpression
Combines two values with a bitwise AND operation.
|
class |
BitwiseExclusiveOrExpression
Numerical
Expression that combines the results
of two other numerical expressions with a bitwise EXCLUSIVE OR. |
class |
BitwiseOrExpression
Numerical
Expression that combines the results of two other numerical expressions
with a bitwise OR. |
class |
EqualsExpression
Boolean
Expression that compares two terms for equality of their results. |
class |
ExclusiveOrExpression
Boolean
Expression that checks if the result of one
expressions is less than the result of another one. |
class |
GreaterExpression
Boolean
Expression that evaluates if the first term is greater than the second. |
class |
GreaterOrEqualsExpression
Boolean
Expression that evaluates
if term1 is greater than or equal to term2. |
class |
IndexExpression
Expression that evaluates an index argument. |
class |
LeftShiftExpression
Expression that performs a left shift. |
class |
LessExpression
Boolean
Expression that checks if the result of one
expressions is less than the result of another one. |
class |
LessOrEqualsExpression
Boolean
Expression that checks if the results of two other expressions are less or equal. |
class |
ModuloExpression
Numerical
Expression that performs a modulo operation. |
class |
NotEqualsExpression
Boolean
Expression that checks for inequality. |
class |
RightShiftExpression
Numerical
Expression that performs a right shift. |
class |
UnsignedRightShiftExpression
Expression that performs an unsigned right shift (>>>). |
class |
ValueCollectionContainsExpression
Boolean
Expression which tells if a value is contained in a given collection. |
Copyright © 2011–2014 Volker Bergmann. All rights reserved.