public abstract class MultipleArgumentsExpression extends CompositeExpression
| Modifier | Constructor and Description |
|---|---|
protected |
MultipleArgumentsExpression() |
protected |
MultipleArgumentsExpression(List<Expression> arguments) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<Expression> |
getArguments() |
int |
hashCode() |
void |
setArguments(List<Expression> arguments) |
String |
toString() |
void |
validate()
Validates correctness of the Expression
|
getOperatorclone, getAppliableOperators, getReturnedDataTypeprotected MultipleArgumentsExpression()
protected MultipleArgumentsExpression(List<Expression> arguments)
public List<Expression> getArguments()
public void setArguments(List<Expression> arguments)
arguments - the arguments to setpublic void validate()
throws MalformedExpressionException
Expressionvalidate in class ExpressionMalformedExpressionExceptionCopyright © 2014. All Rights Reserved.