public class MethodCall extends Object
| Constructor and Description |
|---|
MethodCall(CCFGMethodCallNode methodCall,
String calledMethod) |
| Modifier and Type | Method and Description |
|---|---|
static MethodCall |
constructForCallNode(CCFGMethodCallNode callNode) |
boolean |
equals(Object obj) |
String |
getCalledMethodName() |
int |
hashCode() |
boolean |
isInitialMethodCall() |
boolean |
isMethodCallFor(BytecodeInstruction callInstruction) |
String |
toString() |
public MethodCall(CCFGMethodCallNode methodCall, String calledMethod)
public boolean isInitialMethodCall()
public boolean isMethodCallFor(BytecodeInstruction callInstruction)
public String getCalledMethodName()
public static MethodCall constructForCallNode(CCFGMethodCallNode callNode)
Copyright © 2010–2017 EvoSuite. All rights reserved.