| Package | Description |
|---|---|
| org.evosuite.symbolic.solver.smt |
| Modifier and Type | Method and Description |
|---|---|
SmtOperation.Operator |
SmtOperation.getOperator() |
static SmtOperation.Operator |
SmtOperation.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SmtOperation.Operator[] |
SmtOperation.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<SmtOperation.Operator> |
SmtOperatorCollector.getOperators() |
| Constructor and Description |
|---|
SmtOperation(SmtOperation.Operator op,
SmtExpr... arg)
Unary operation
|
Copyright © 2010–2017 EvoSuite. All rights reserved.