| Package | Description |
|---|---|
| co.streamx.fluent.extree.expression |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryExpression
Represents an expression that has a binary operator.
|
| Modifier and Type | Method and Description |
|---|---|
static UnaryExpression |
Expression.arrayLength(Expression array)
Creates a
UnaryExpression that represents getting the length of an
array. |
static UnaryExpression |
Expression.bitwiseNot(Expression e)
Creates a
UnaryExpression that represents a bitwise complement
operation. |
static UnaryExpression |
Expression.isNonNull(Expression e)
Creates a
UnaryExpression that represents a test for null operation. |
static UnaryExpression |
Expression.isNull(Expression e)
Creates a
UnaryExpression that represents a test for null operation. |
static UnaryExpression |
Expression.negate(Expression e)
Creates a
UnaryExpression that represents an arithmetic negation
operation. |
| Modifier and Type | Method and Description |
|---|---|
T |
ExpressionVisitor.visit(UnaryExpression e)
Visits the
UnaryExpression. |
Expression |
SimpleExpressionVisitor.visit(UnaryExpression e) |
Copyright © 2023 Streamx. All rights reserved.