| Package | Description |
|---|---|
| org.evosuite.graphs.ccfg |
| Modifier and Type | Method and Description |
|---|---|
ClassControlFlowGraph.FrameNodeType |
CCFGFrameNode.getType()
Getter for the field
type. |
static ClassControlFlowGraph.FrameNodeType |
ClassControlFlowGraph.FrameNodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassControlFlowGraph.FrameNodeType[] |
ClassControlFlowGraph.FrameNodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CCFGFrameNode |
ClassControlFlowGraph.getFrameNode(ClassControlFlowGraph.FrameNodeType type)
getFrameNode
|
| Constructor and Description |
|---|
CCFGFrameNode(ClassControlFlowGraph.FrameNodeType type)
Constructor for CCFGFrameNode.
|
Copyright © 2010–2017 EvoSuite. All rights reserved.