| Package | Description |
|---|---|
| org.evosuite.symbolic.expr | |
| org.evosuite.symbolic.vm |
| Modifier and Type | Method and Description |
|---|---|
K |
ExpressionVisitor.visit(IntegerConstant n,
V arg) |
Object |
ExpressionExecutor.visit(IntegerConstant n,
Void arg) |
| Constructor and Description |
|---|
StringConstraint(StringComparison left,
Comparator comp,
IntegerConstant right) |
| Modifier and Type | Field and Description |
|---|---|
static IntegerConstant |
ExpressionFactory.ICONST_0 |
static IntegerConstant |
ExpressionFactory.ICONST_1 |
static IntegerConstant |
ExpressionFactory.ICONST_2 |
static IntegerConstant |
ExpressionFactory.ICONST_3 |
static IntegerConstant |
ExpressionFactory.ICONST_4 |
static IntegerConstant |
ExpressionFactory.ICONST_5 |
static IntegerConstant |
ExpressionFactory.ICONST_M1 |
| Modifier and Type | Method and Description |
|---|---|
static IntegerConstant |
ExpressionFactory.buildNewIntegerConstant(int value) |
static IntegerConstant |
ExpressionFactory.buildNewIntegerConstant(long value) |
Copyright © 2010–2017 EvoSuite. All rights reserved.