public class RepeatText extends CompositeExpression implements TextExpression
| Modifier | Constructor and Description |
|---|---|
protected |
RepeatText() |
|
RepeatText(Expression value,
Expression repeatTimes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Operator |
getOperator() |
DataType |
getReturnedDataType()
Validates the returned data type of the Expression.
|
Expression |
getTimes() |
Expression |
getValue() |
int |
hashCode() |
String |
toString() |
void |
validate()
Validates correctness of the Expression
|
clone, getAppliableOperators, getExpressionsByCategoryprotected RepeatText()
public RepeatText(Expression value, Expression repeatTimes)
public Operator getOperator()
getOperator in class CompositeExpressionpublic Expression getTimes()
public Expression getValue()
public void validate()
throws MalformedExpressionException
Expressionvalidate in class ExpressionMalformedExpressionExceptionpublic DataType getReturnedDataType() throws NotEvaluableDataTypeException
ExpressiongetReturnedDataType in class ExpressionNotEvaluableDataTypeExceptionCopyright © 2015. All Rights Reserved.