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