| Modifier and Type | Field and Description |
|---|---|
List<Integer> |
branchTrace |
int |
callDepth |
int |
callingObjectID |
String |
className |
List<Integer> |
defuseCounterTrace |
List<Double> |
falseDistanceTrace |
List<Integer> |
lineTrace |
int |
methodId |
String |
methodName |
List<Double> |
trueDistanceTrace |
| Constructor and Description |
|---|
MethodCall(String className,
String methodName,
int methodId,
int callingObjectID,
int callDepth)
Constructor for MethodCall.
|
Copyright © 2010–2017 EvoSuite. All rights reserved.