| Modifier and Type | Method and Description |
|---|---|
K |
ConstraintVisitor.visit(IntegerConstraint n,
V arg) |
Object |
DistanceCalculator.visit(IntegerConstraint n,
Void arg) |
| Modifier and Type | Method and Description |
|---|---|
IntegerConstraint |
SymbolicFunction.beforeExecuteFunction()
This callback-method is invoked by the VM before the actual execution of
the method.
|
static IntegerConstraint |
ConstraintFactory.eq(IntegerValue left,
IntegerValue right) |
static IntegerConstraint |
ConstraintFactory.gte(IntegerValue left,
IntegerValue right) |
static IntegerConstraint |
ConstraintFactory.lt(IntegerValue left,
IntegerValue right) |
static IntegerConstraint |
ConstraintFactory.neq(IntegerValue left,
IntegerValue right) |
| Modifier and Type | Method and Description |
|---|---|
void |
PathConditionCollector.addBranchCondition(String className,
String methName,
int branchIndex,
IntegerConstraint c)
Add a new constraint to a branch condition
|
void |
PathConditionCollector.addSupportingConstraint(IntegerConstraint c)
Add a supporting constraint to the current branch condition When the
branch condition is currently added, then these supporting constraints
will be added to the new branch condition
|
static Constraint<?> |
ConstraintNormalizer.normalize(IntegerConstraint c)
Transforms an IntegerConstraint into a corresponding StringConstraint,
RealConstraint or IntegerConstraint.
|
| Modifier and Type | Method and Description |
|---|---|
IntegerConstraint |
StringBuffer_SetLength.beforeExecuteFunction() |
IntegerConstraint |
StringBuffer_Append.beforeExecuteFunction() |
| Modifier and Type | Method and Description |
|---|---|
IntegerConstraint |
StringBuilder_Append.beforeExecuteFunction() |
| Modifier and Type | Method and Description |
|---|---|
IntegerConstraint |
I_ParseInt.beforeExecuteFunction() |
Copyright © 2010–2017 EvoSuite. All rights reserved.