| Package | Description |
|---|---|
| com.bayesserver |
| Modifier and Type | Method and Description |
|---|---|
ExpressionReturnType |
Expression.getReturnType()
Gets the return type of the expression.
|
ExpressionReturnType |
FunctionVariableExpression.getReturnType()
Gets the return type of the expression.
|
ExpressionReturnType |
TableExpression.getReturnType()
Gets the return type of the expression.
|
static ExpressionReturnType |
ExpressionReturnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpressionReturnType[] |
ExpressionReturnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionVariableExpression.setReturnType(ExpressionReturnType value) |
void |
TableExpression.setReturnType(ExpressionReturnType value) |
| Constructor and Description |
|---|
FunctionVariableExpression(String text,
ExpressionReturnType returnType)
Creates a new function node expression.
|
TableExpression(String text,
ExpressionReturnType returnType)
Constructs a new
TableExpression instance. |
TableExpression(String text,
ExpressionReturnType returnType,
TableExpressionNormalization normalization)
Constructs a new
TableExpression instance. |
Copyright © 2021. All rights reserved.