public class ConstantList extends LeafExpression implements MultivaluedExpression
| Constructor and Description |
|---|
ConstantList(List<TDTypeValue> arguments) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<TDTypeValue> |
getArguments() |
DataType |
getReturnedDataType()
Validates the returned data type of the Expression.
|
int |
hashCode() |
void |
setArguments(List<TDTypeValue> arguments) |
String |
toString() |
void |
validate()
Validates correctness of the Expression
|
getLeavesByTypeclone, getAppliableOperators, getExpressionsByCategorypublic ConstantList(List<TDTypeValue> arguments)
public DataType getReturnedDataType()
ExpressiongetReturnedDataType in class Expressionpublic void validate()
throws MalformedExpressionException
Expressionvalidate in class ExpressionMalformedExpressionExceptionpublic List<TDTypeValue> getArguments()
public void setArguments(List<TDTypeValue> arguments)
arguments - the arguments to setCopyright © 2020. All Rights Reserved.