| Modifier and Type | Method and Description |
|---|---|
Set<Variable<?>> |
Expression.getVariables() |
Set<Variable<?>> |
Constraint.getVariables() |
| Modifier and Type | Class and Description |
|---|---|
class |
IntegerVariable |
| Modifier and Type | Method and Description |
|---|---|
Set<Variable<?>> |
StringUnaryToIntegerExpression.getVariables() |
Set<Variable<?>> |
StringToIntegerCast.getVariables() |
Set<Variable<?>> |
StringMultipleToIntegerExpression.getVariables() |
Set<Variable<?>> |
StringMultipleComparison.getVariables() |
Set<Variable<?>> |
StringBinaryToIntegerExpression.getVariables() |
Set<Variable<?>> |
StringBinaryComparison.getVariables() |
Set<Variable<?>> |
RealUnaryToIntegerExpression.getVariables() |
Set<Variable<?>> |
RealToIntegerCast.getVariables() |
Set<Variable<?>> |
RealComparison.getVariables() |
Set<Variable<?>> |
IntegerVariable.getVariables() |
Set<Variable<?>> |
IntegerUnaryExpression.getVariables() |
Set<Variable<?>> |
IntegerConstant.getVariables() |
Set<Variable<?>> |
IntegerComparison.getVariables() |
Set<Variable<?>> |
IntegerBinaryExpression.getVariables() |
| Modifier and Type | Class and Description |
|---|---|
class |
RealVariable |
| Modifier and Type | Method and Description |
|---|---|
Set<Variable<?>> |
RealVariable.getVariables() |
Set<Variable<?>> |
RealUnaryExpression.getVariables() |
Set<Variable<?>> |
RealConstant.getVariables() |
Set<Variable<?>> |
RealBinaryExpression.getVariables() |
Set<Variable<?>> |
IntegerToRealCast.getVariables() |
| Modifier and Type | Method and Description |
|---|---|
Set<Variable<?>> |
StringReaderExpr.getVariables() |
| Modifier and Type | Class and Description |
|---|---|
class |
ReferenceVariable
Represents a symbolic reference (for example, a pointer that we have declared
as symbolic) at the test case level.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Variable<?>> |
ReferenceVariable.getVariables()
Returns a the set {this}
|
Set<Variable<?>> |
ReferenceConstant.getVariables() |
Set<Variable<?>> |
GetFieldExpression.getVariables()
Returns the set of all the variables in the receiver expression (the expr
in expr.F)
|
| Modifier and Type | Class and Description |
|---|---|
class |
StringVariable
StringVariable class.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Variable<?>> |
StringVariable.getVariables() |
Set<Variable<?>> |
StringUnaryExpression.getVariables() |
Set<Variable<?>> |
StringMultipleExpression.getVariables() |
Set<Variable<?>> |
StringConstant.getVariables() |
Set<Variable<?>> |
StringBinaryExpression.getVariables() |
Set<Variable<?>> |
RealToStringCast.getVariables() |
Set<Variable<?>> |
IntegerToStringCast.getVariables() |
| Modifier and Type | Method and Description |
|---|---|
Set<Variable<?>> |
StringNextTokenExpr.getVariables() |
Set<Variable<?>> |
NextTokenizerExpr.getVariables() |
Set<Variable<?>> |
NewTokenizerExpr.getVariables() |
Set<Variable<?>> |
HasMoreTokensExpr.getVariables() |
| Modifier and Type | Method and Description |
|---|---|
protected static Set<Variable<?>> |
Solver.getVariables(Collection<Constraint<?>> constraints)
Creates a set with all the variables in the constraints.
|
| Modifier and Type | Method and Description |
|---|---|
protected static Map<String,Object> |
Solver.getConcreteValues(Set<Variable<?>> variables)
Returns a mapping from variables to their current concrete values.
|
protected static void |
Solver.setConcreteValues(Set<Variable<?>> variables,
Map<String,Object> concrete_values)
Restore all concrete values of the variables using the concrete_values
mapping.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DSETestGenerator.getVariables(Expression<?> expr,
Set<Variable<?>> variables)
Recursively determine constraints in expression
|
Copyright © 2010–2017 EvoSuite. All rights reserved.