| Package | Description |
|---|---|
| co.streamx.fluent.extree.expression |
| Modifier and Type | Method and Description |
|---|---|
static ConstantExpression |
Expression.constant(Object value)
Creates a
ConstantExpression that has the getValue() method set to
the specified value. |
static ConstantExpression |
Expression.constant(Object value,
Class<?> resultType)
Creates a
ConstantExpression that has the getValue() method set to
the specified value and resultType is assignable from its type. |
| Modifier and Type | Method and Description |
|---|---|
T |
ExpressionVisitor.visit(ConstantExpression e)
Visits the
ConstantExpression. |
Expression |
SimpleExpressionVisitor.visit(ConstantExpression e) |
Copyright © 2023 Streamx. All rights reserved.