public final class StringConstraint extends Constraint<String>
size| Constructor and Description |
|---|
StringConstraint(StringComparison left,
Comparator comp,
IntegerConstant right) |
| Modifier and Type | Method and Description |
|---|---|
<K,V> K |
accept(ConstraintVisitor<K,V> v,
V arg) |
Comparator |
getComparator()
getComparator
|
Expression<?> |
getLeftOperand()
getLeftOperand
|
Expression<?> |
getRightOperand()
getRightOperand
|
Constraint<String> |
negate() |
String |
toString() |
equals, getConstants, getSize, getVariables, hashCode, isSolveable, normalizepublic StringConstraint(StringComparison left, Comparator comp, IntegerConstant right)
public Comparator getComparator()
ConstraintgetComparator
getComparator in class Constraint<String>Comparator object.public Expression<?> getLeftOperand()
ConstraintgetLeftOperand
getLeftOperand in class Constraint<String>Expression object.public Expression<?> getRightOperand()
ConstraintgetRightOperand
getRightOperand in class Constraint<String>Expression object.public Constraint<String> negate()
negate in class Constraint<String>public <K,V> K accept(ConstraintVisitor<K,V> v, V arg)
accept in class Constraint<String>Copyright © 2010–2017 EvoSuite. All rights reserved.