public class VariableDefinition extends Object
| Constructor and Description |
|---|
VariableDefinition(BytecodeInstruction definition,
MethodCall call) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
BytecodeInstruction |
getDefinition() |
MethodCall |
getMethodCall() |
int |
hashCode() |
String |
toString() |
public VariableDefinition(BytecodeInstruction definition, MethodCall call)
public BytecodeInstruction getDefinition()
public MethodCall getMethodCall()
Copyright © 2010–2017 EvoSuite. All rights reserved.