public interface ControlFlowNode
ControlFlowGraph.
Successors are the nodes which may be executed after this one.
Predecessors are the nodes which may be executed before this one.| Modifier and Type | Method and Description |
|---|---|
Set<ControlFlowNode> |
predecessors() |
Set<ControlFlowNode> |
successors() |
Set<ControlFlowNode> predecessors()
Set<ControlFlowNode> successors()
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.