| Package | Description |
|---|---|
| org.evosuite.symbolic.expr | |
| org.evosuite.symbolic.expr.bv | |
| org.evosuite.symbolic.expr.fp | |
| org.evosuite.symbolic.expr.str |
| Modifier and Type | Method and Description |
|---|---|
Operator |
UnaryExpression.getOperator()
getOperator
|
Operator |
MultipleExpression.getOperator()
getOperator
|
Operator |
BinaryExpression.getOperator()
getOperator
|
static Operator |
Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operator[] |
Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Operator |
StringUnaryToIntegerExpression.getOperator()
getOperator
|
Operator |
StringMultipleToIntegerExpression.getOperator()
getOperator
|
Operator |
StringMultipleComparison.getOperator()
getOperator
|
Operator |
StringBinaryToIntegerExpression.getOperator()
getOperator
|
Operator |
StringBinaryComparison.getOperator()
getOperator
|
Operator |
RealUnaryToIntegerExpression.getOperator()
getOperator
|
Operator |
IntegerUnaryExpression.getOperator()
getOperator
|
Operator |
IntegerBinaryExpression.getOperator()
getOperator
|
| Constructor and Description |
|---|
IntegerBinaryExpression(Expression<Long> left,
Operator op2,
Expression<Long> right,
Long con)
Constructor for IntegerBinaryExpression.
|
IntegerUnaryExpression(Expression<Long> e,
Operator op2,
Long con)
Constructor for IntegerUnaryExpression.
|
RealUnaryToIntegerExpression(Expression<Double> e,
Operator op2,
Long con)
Constructor for RealUnaryExpression.
|
StringBinaryComparison(Expression<String> left,
Operator op,
Expression<?> right,
Long con)
Constructor for StringComparison.
|
StringBinaryToIntegerExpression(Expression<String> left2,
Operator op2,
Expression<?> right2,
Long con)
Constructor for StringBinaryExpression.
|
StringMultipleComparison(Expression<String> _left,
Operator _op,
Expression<?> _right,
ArrayList<Expression<?>> _other,
Long con)
Constructor for StringMultipleComparison.
|
StringMultipleToIntegerExpression(Expression<String> _left,
Operator _op,
Expression<?> _right,
ArrayList<Expression<?>> _other,
Long con)
Constructor for StringMultipleExpression.
|
StringUnaryToIntegerExpression(Expression<String> param,
Operator op2,
Long con)
Constructor for StringUnaryExpression.
|
| Modifier and Type | Method and Description |
|---|---|
Operator |
RealUnaryExpression.getOperator()
getOperator
|
Operator |
RealBinaryExpression.getOperator()
getOperator
|
| Constructor and Description |
|---|
RealBinaryExpression(Expression<Double> left,
Operator op2,
Expression<?> right,
Double con)
Constructor for RealBinaryExpression.
|
RealUnaryExpression(Expression<Double> e,
Operator op2,
Double con)
Constructor for RealUnaryExpression.
|
| Modifier and Type | Method and Description |
|---|---|
Operator |
StringUnaryExpression.getOperator()
getOperator
|
Operator |
StringMultipleExpression.getOperator()
getOperator
|
Operator |
StringBinaryExpression.getOperator()
getOperator
|
| Constructor and Description |
|---|
StringBinaryExpression(Expression<String> left2,
Operator op2,
Expression<?> right2,
String con)
Constructor for StringBinaryExpression.
|
StringMultipleExpression(Expression<String> _left,
Operator _op,
Expression<?> _right,
ArrayList<Expression<?>> _other,
String con)
Constructor for StringMultipleExpression.
|
StringUnaryExpression(Expression<String> param,
Operator op2,
String con)
Constructor for StringUnaryExpression.
|
Copyright © 2010–2017 EvoSuite. All rights reserved.