| Package | Description |
|---|---|
| org.evosuite.testcase.statements |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveExpression.Operator |
PrimitiveExpression.getOperator()
Getter for the field
operator. |
static PrimitiveExpression.Operator |
PrimitiveExpression.Operator.toOperator(String code) |
static PrimitiveExpression.Operator |
PrimitiveExpression.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrimitiveExpression.Operator[] |
PrimitiveExpression.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PrimitiveExpression(TestCase testCase,
VariableReference reference,
VariableReference leftOperand,
PrimitiveExpression.Operator operator,
VariableReference rightOperand)
Constructor for PrimitiveExpression.
|
Copyright © 2010–2017 EvoSuite. All rights reserved.