public class CCFGMethodEntryNode extends CCFGNode
| Constructor and Description |
|---|
CCFGMethodEntryNode(String method,
CCFGCodeNode entryInstruction)
Constructor for CCFGMethodEntryNode.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CCFGCodeNode |
getEntryInstruction()
Getter for the field
entryInstruction. |
String |
getMethod()
Getter for the field
method. |
int |
hashCode() |
String |
toString() |
public CCFGMethodEntryNode(String method, CCFGCodeNode entryInstruction)
Constructor for CCFGMethodEntryNode.
method - a String object.entryInstruction - a CCFGCodeNode object.public CCFGCodeNode getEntryInstruction()
Getter for the field entryInstruction.
CCFGCodeNode object.Copyright © 2010–2017 EvoSuite. All rights reserved.