public class CCFGFrameNode extends CCFGNode
| Constructor and Description |
|---|
CCFGFrameNode(ClassControlFlowGraph.FrameNodeType type)
Constructor for CCFGFrameNode.
|
| Modifier and Type | Method and Description |
|---|---|
ClassControlFlowGraph.FrameNodeType |
getType()
Getter for the field
type. |
String |
toString() |
public CCFGFrameNode(ClassControlFlowGraph.FrameNodeType type)
Constructor for CCFGFrameNode.
type - a ClassControlFlowGraph.FrameNodeType object.public ClassControlFlowGraph.FrameNodeType getType()
Getter for the field type.
ClassControlFlowGraph.FrameNodeType object.Copyright © 2010–2017 EvoSuite. All rights reserved.