public class CCFGMethodCallNode extends CCFGNode
| Constructor and Description |
|---|
CCFGMethodCallNode(BytecodeInstruction callInstruction,
CCFGMethodReturnNode returnNode)
Constructor for CCFGMethodCallNode.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCalledMethod()
getCalledMethod
|
BytecodeInstruction |
getCallInstruction()
Getter for the field
callInstruction. |
String |
getMethod()
getMethod
|
CCFGMethodReturnNode |
getReturnNode()
Getter for the field
returnNode. |
int |
hashCode() |
String |
toString() |
public CCFGMethodCallNode(BytecodeInstruction callInstruction, CCFGMethodReturnNode returnNode)
Constructor for CCFGMethodCallNode.
callInstruction - a BytecodeInstruction object.returnNode - a CCFGMethodReturnNode object.public BytecodeInstruction getCallInstruction()
Getter for the field callInstruction.
BytecodeInstruction object.public CCFGMethodReturnNode getReturnNode()
Getter for the field returnNode.
CCFGMethodReturnNode object.Copyright © 2010–2017 EvoSuite. All rights reserved.