| Package | Description |
|---|---|
| org.evosuite.testcase.statements | |
| org.evosuite.testcase.variable |
| Modifier and Type | Method and Description |
|---|---|
ArrayReference |
ArrayStatement.getArrayReference() |
| Constructor and Description |
|---|
ArrayStatement(TestCase tc,
ArrayReference arrayReference)
Constructor for ArrayStatement.
|
ArrayStatement(TestCase tc,
ArrayReference arrayReference,
int[] length)
Constructor for ArrayStatement.
|
| Modifier and Type | Field and Description |
|---|---|
protected ArrayReference |
ArrayIndex.array
If this variable is contained in an array, this is the reference to the
array
|
| Modifier and Type | Method and Description |
|---|---|
ArrayReference |
ArrayIndex.getArray()
Getter for the field
array. |
| Modifier and Type | Method and Description |
|---|---|
void |
ArrayIndex.setArray(ArrayReference r)
Setter for the field
array. |
| Constructor and Description |
|---|
ArrayIndex(TestCase testCase,
ArrayReference array,
int index)
Constructor
|
ArrayIndex(TestCase testCase,
ArrayReference array,
List<Integer> indices)
Constructor for ArrayIndex.
|
Copyright © 2010–2017 EvoSuite. All rights reserved.