Uses of Class
com.bayesserver.ExpressionReturnType
-
Packages that use ExpressionReturnType Package Description com.bayesserver -
-
Uses of ExpressionReturnType in com.bayesserver
Methods in com.bayesserver that return ExpressionReturnType Modifier and Type Method Description ExpressionReturnTypeExpression. getReturnType()Gets the return type of the expression.ExpressionReturnTypeFunctionVariableExpression. getReturnType()Gets the return type of the expression.ExpressionReturnTypeTableExpression. getReturnType()Gets the return type of the expression.static ExpressionReturnTypeExpressionReturnType. 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.Methods in com.bayesserver with parameters of type ExpressionReturnType Modifier and Type Method Description voidFunctionVariableExpression. setReturnType(ExpressionReturnType value)voidTableExpression. setReturnType(ExpressionReturnType value)Constructors in com.bayesserver with parameters of type ExpressionReturnType Constructor Description FunctionVariableExpression(String text, ExpressionReturnType returnType)Creates a new function node expression.TableExpression(String text, ExpressionReturnType returnType)Constructs a newTableExpressioninstance.TableExpression(String text, ExpressionReturnType returnType, TableExpressionNormalization normalization)Constructs a newTableExpressioninstance.
-