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